#21972E

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

Shades of Forest Green #21972E

Tints of Forest Green #21972E

Color information

#21972E (or 0x21972E) is unknown color: approx Forest Green. HEX triplet: 21, 97 and 2E. RGB value is (33,151,46). Sum of RGB (Red+Green+Blue) = 33+151+46=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 151 (59.38% from 255 or 65.65% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 151 - color contains mainly: green. Hex color #21972E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21972E is #DE68D1. Grayscale: #686868. Windows color (decimal): -14575826 or 3053345. OLE color: 3053345.

HSL color Cylindrical-coordinate representation of color #21972E: hue angle of 126.61º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21972E is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB3315146-
CMYK0.7800.700.41
HSL126.61º64.13%36.08%-
HSV(B)126.61º78.15%59.22%-
XYZ12.1922.656.32-
YUV103.7595.4177.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 151 (59.38% from 255) = 65.65%
BLUE value IS 46 (18.36% from 255) = 20%
R=14.35%
G=65.65%
B=20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33151460.7800.700.41126.6164.1336.08
Hex21972E4E046297f4024
Octal412275611601065117710044
Binary1000011001011110111010011100100011010100111111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21972E; }

 p { color: rgb(33,151,46); }

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

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

 a { background-color: rgb(33,151,46); }

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

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

 span { border-color: rgb(33,151,46); }

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