#149821

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

Shades of Forest Green #149821

Tints of Forest Green #149821

Color information

#149821 (or 0x149821) is unknown color: approx Forest Green. HEX triplet: 14, 98 and 21. RGB value is (20,152,33). Sum of RGB (Red+Green+Blue) = 20+152+33=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 152 (59.77% from 255 or 74.15% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 152 - color contains mainly: green. Hex color #149821 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149821 is #EB67DE. Grayscale: #636363. Windows color (decimal): -15427551 or 2201620. OLE color: 2201620.

HSL color Cylindrical-coordinate representation of color #149821: hue angle of 125.91º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149821 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB2015233-
CMYK0.8700.780.40
HSL125.91º76.74%33.73%-
HSV(B)125.91º86.84%59.61%-
XYZ11.7922.725.2-
YUV98.9790.7771.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 152 (59.77% from 255) = 74.15%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=9.76%
G=74.15%
B=16.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20152330.8700.780.40125.9176.7433.73
Hex1498215704E287e4d22
Octal242304112701165017611542
Binary101001001100010000110101110100111010100011111101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149821; }

 p { color: rgb(20,152,33); }

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

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

 a { background-color: rgb(20,152,33); }

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

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

 span { border-color: rgb(20,152,33); }

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