#149219

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

Shades of Forest Green #149219

Tints of Forest Green #149219

Color information

#149219 (or 0x149219) is unknown color: approx Forest Green. HEX triplet: 14, 92 and 19. RGB value is (20,146,25). Sum of RGB (Red+Green+Blue) = 20+146+25=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 146 (57.42% from 255 or 76.44% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 146 - color contains mainly: green. Hex color #149219 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149219 is #EB6DE6. Grayscale: #5E5E5E. Windows color (decimal): -15429095 or 1675796. OLE color: 1675796.

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

Color convert

RGB2014625-
CMYK0.8600.830.43
HSL122.38º75.9%32.55%-
HSV(B)122.38º86.3%57.25%-
XYZ10.7420.784.36-
YUV94.5388.7674.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 146 (57.42% from 255) = 76.44%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=10.47%
G=76.44%
B=13.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146250.8600.830.43122.3875.932.55
Hex149219560532B7a4c21
Octal242223112601235317211441
Binary10100100100101100110101100101001110101111110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149219; }

 p { color: rgb(20,146,25); }

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

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

 a { background-color: rgb(20,146,25); }

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

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

 span { border-color: rgb(20,146,25); }

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