#21951D

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

Shades of Forest Green #21951D

Tints of Forest Green #21951D

Color information

#21951D (or 0x21951D) is unknown color: approx Forest Green. HEX triplet: 21, 95 and 1D. RGB value is (33,149,29). Sum of RGB (Red+Green+Blue) = 33+149+29=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 149 (58.59% from 255 or 70.62% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 149 - color contains mainly: green. Hex color #21951D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21951D is #DE6AE2. Grayscale: #656565. Windows color (decimal): -14576355 or 1938721. OLE color: 1938721.

HSL color Cylindrical-coordinate representation of color #21951D: hue angle of 118º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21951D is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB3314929-
CMYK0.7800.810.42
HSL118º67.42%34.9%-
HSV(B)118º80.54%58.43%-
XYZ11.621.914.78-
YUV100.6487.5779.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 149 (58.59% from 255) = 70.62%
BLUE value IS 29 (11.72% from 255) = 13.74%
R=15.64%
G=70.62%
B=13.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33149290.7800.810.4211867.4234.9
Hex21951D4E0512A764323
Octal412253511601215216610343
Binary100001100101011110110011100101000110101011101101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21951D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21951D; }

 p { color: rgb(33,149,29); }

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

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

 a { background-color: rgb(33,149,29); }

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

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

 span { border-color: rgb(33,149,29); }

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