#21982F

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

Shades of Forest Green #21982F

Tints of Forest Green #21982F

Color information

#21982F (or 0x21982F) is unknown color: approx Forest Green. HEX triplet: 21, 98 and 2F. RGB value is (33,152,47). Sum of RGB (Red+Green+Blue) = 33+152+47=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 152 (59.77% from 255 or 65.52% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 152 - color contains mainly: green. Hex color #21982F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21982F is #DE67D0. Grayscale: #686868. Windows color (decimal): -14575569 or 3119137. OLE color: 3119137.

HSL color Cylindrical-coordinate representation of color #21982F: hue angle of 127.06º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21982F is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB3315247-
CMYK0.7800.690.40
HSL127.06º64.32%36.27%-
HSV(B)127.06º78.29%59.61%-
XYZ12.3722.996.47-
YUV104.4595.5877.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 152 (59.77% from 255) = 65.52%
BLUE value IS 47 (18.75% from 255) = 20.26%
R=14.22%
G=65.52%
B=20.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33152470.7800.690.40127.0664.3236.27
Hex21982F4E045287f4024
Octal412305711601055017710044
Binary1000011001100010111110011100100010110100011111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21982F; }

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

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

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

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

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

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

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

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