#148812

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

Shades of Forest Green #148812

Tints of Forest Green #148812

Color information

#148812 (or 0x148812) is unknown color: approx Forest Green. HEX triplet: 14, 88 and 12. RGB value is (20,136,18). Sum of RGB (Red+Green+Blue) = 20+136+18=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 136 (53.52% from 255 or 78.16% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 136 - color contains mainly: green. Hex color #148812 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148812 is #EB77ED. Grayscale: #585858. Windows color (decimal): -15431662 or 1214484. OLE color: 1214484.

HSL color Cylindrical-coordinate representation of color #148812: hue angle of 118.98º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148812 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB2013618-
CMYK0.8500.870.47
HSL118.98º76.62%30.2%-
HSV(B)118.98º86.76%53.33%-
XYZ9.217.83.52-
YUV87.8688.5779.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 136 (53.52% from 255) = 78.16%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=11.49%
G=78.16%
B=10.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20136180.8500.870.47118.9876.6230.2
Hex148812550572F774d1e
Octal242102212501275716711536
Binary1010010001000100101010101010101111011111110111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148812; }

 p { color: rgb(20,136,18); }

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

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

 a { background-color: rgb(20,136,18); }

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

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

 span { border-color: rgb(20,136,18); }

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