#149418

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

Shades of Forest Green #149418

Tints of Forest Green #149418

Color information

#149418 (or 0x149418) is unknown color: approx Forest Green. HEX triplet: 14, 94 and 18. RGB value is (20,148,24). Sum of RGB (Red+Green+Blue) = 20+148+24=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 148 (58.20% from 255 or 77.08% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 148 - color contains mainly: green. Hex color #149418 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149418 is #EB6BE7. Grayscale: #5F5F5F. Windows color (decimal): -15428584 or 1610772. OLE color: 1610772.

HSL color Cylindrical-coordinate representation of color #149418: hue angle of 121.88º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149418 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB2014824-
CMYK0.8600.840.42
HSL121.88º76.19%32.94%-
HSV(B)121.88º86.49%58.04%-
XYZ11.0421.394.41-
YUV95.5987.5974.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 148 (58.20% from 255) = 77.08%
BLUE value IS 24 (9.77% from 255) = 12.5%
R=10.42%
G=77.08%
B=12.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20148240.8600.840.42121.8876.1932.94
Hex149418560542A7a4c21
Octal242243012601245217211441
Binary10100100101001100010101100101010010101011110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149418; }

 p { color: rgb(20,148,24); }

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

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

 a { background-color: rgb(20,148,24); }

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

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

 span { border-color: rgb(20,148,24); }

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