#21982E

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

Shades of Forest Green #21982E

Tints of Forest Green #21982E

Color information

#21982E (or 0x21982E) is unknown color: approx Forest Green. HEX triplet: 21, 98 and 2E. RGB value is (33,152,46). Sum of RGB (Red+Green+Blue) = 33+152+46=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 152 (59.77% from 255 or 65.80% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 152 - color contains mainly: green. Hex color #21982E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21982E is #DE67D1. Grayscale: #686868. Windows color (decimal): -14575570 or 3053601. OLE color: 3053601.

HSL color Cylindrical-coordinate representation of color #21982E: hue angle of 126.55º 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 #21982E is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB3315246-
CMYK0.7800.700.40
HSL126.55º64.32%36.27%-
HSV(B)126.55º78.29%59.61%-
XYZ12.3522.986.37-
YUV104.3495.0877.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 152 (59.77% from 255) = 65.80%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=14.29%
G=65.80%
B=19.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33152460.7800.700.40126.5564.3236.27
Hex21982E4E046287f4024
Octal412305611601065017710044
Binary1000011001100010111010011100100011010100011111111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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