Color Hex Logo

#255812 Color Hex

#255812
(37,88,18)
0 Favorites   0 Comments

Color spaces of #255812

RGB 378818
HSL0.290.660.21
HSV104°80°35°
CMYK 0.580.000.80   0.65
XYZ4.36197.41641.7739
Yxy7.41640.32190.5472
Hunter Lab27.2331-19.067715.2011
CIE-Lab32.7367-31.059733.3273

#255812 color RGB value is (37,88,18).

#255812 hex color red value is 37, green value is 88 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #255812 hue: 0.29 , saturation: 0.66 and the lightness value of 255812 is 0.21.

The process color (four color CMYK) of #255812 color hex is 0.58, 0.00, 0.80, 0.65. Web safe color of #255812 is #336600. Color #255812 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011000 00010010
Octal 45 130 22
Decimal 37 88 18
Hex 25 58 12

RGB Percentages of Color #255812

%25.87
%61.54
%12.59

CMYK Percentages of Color #255812

%58
%0
%80
%65

Triadic Colors of #255812

#255812 #122558 #581225

Analogous Colors of #255812

#255812 #125822 #485812

Monochromatic Colors of #255812

#255812

Complementary Color

#255812 #451258

#255812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255812 Color CSS Codes

.mybgcolor {background-color:#255812; } 
.myforecolor {color:#255812; }
.mybordercolor {border:3px solid #255812; }

#255812 Text Font Color

<p style="color:#255812">Text here</p>

This sample text font color is #255812
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#255812 Background Color

<div style="background-color:#255812">
Div content here</div>

This div background color is #255812


#255812 Border Color

<div style="border:3px solid #255812">
Div here</div>

This div border color is #255812


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,88,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255812; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255812;
  -webkit-box-shadow: 1px 1px 3px 2px #255812;
  box-shadow:         1px 1px 3px 2px #255812; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,88,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #255812">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #255812;
  -webkit-box-shadow: 1px 1px 3px 2px #255812;
  box-shadow:         1px 1px 3px 2px #255812;">
Div content here</div>

This div box has shadow with color #255812


Comments

No comments written yet.

Please login to write comment.