#188312

Color #188312 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #188312

Tints of Forest Green #188312

Color information

#188312 (or 0x188312) is unknown color: approx Forest Green. HEX triplet: 18, 83 and 12. RGB value is (24,131,18). Sum of RGB (Red+Green+Blue) = 24+131+18=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 131 (51.56% from 255 or 75.72% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 131 - color contains mainly: green. Hex color #188312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #188312 is #E77CED. Grayscale: #565656. Windows color (decimal): -15170798 or 1213208. OLE color: 1213208.

HSL color Cylindrical-coordinate representation of color #188312: hue angle of 116.81º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188312 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB2413118-
CMYK0.8200.860.49
HSL116.81º75.84%29.22%-
HSV(B)116.81º86.26%51.37%-
XYZ8.616.473.3-
YUV86.1289.5583.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 13.87%
GREEN value IS 131 (51.56% from 255) = 75.72%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=13.87%
G=75.72%
B=10.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24131180.8200.860.49116.8175.8429.22
Hex1883125205631754c1d
Octal302032212201266116511435
Binary1100010000011100101010010010101101100011110101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188312; }

 p { color: rgb(24,131,18); }

 H1.HeaderClassName
 {
   color: #188312;
 }
 .AnyTagClassName
 {
   color: #188312;
 }
</style>
background-color css

<style>
 a { background-color: #188312; }

 a { background-color: rgb(24,131,18); }

 div.DivClassName
 {
   background-color: #188312;
 }
 .BgClassName
 {
   background-color: #188312;
 }
</style>
border-color css

<style>
 span { border-color: #188312; }

 span { border-color: rgb(24,131,18); }

 td.TdClassName
 {
   border-color: #188312;
 }
 .TagClassName
 {
   border-color: #188312;
 }
</style>