#21932E

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

Shades of Forest Green #21932E

Tints of Forest Green #21932E

Color information

#21932E (or 0x21932E) is unknown color: approx Forest Green. HEX triplet: 21, 93 and 2E. RGB value is (33,147,46). Sum of RGB (Red+Green+Blue) = 33+147+46=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 147 (57.81% from 255 or 65.04% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 147 - color contains mainly: green. Hex color #21932E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21932E is #DE6CD1. Grayscale: #656565. Windows color (decimal): -14576850 or 3052321. OLE color: 3052321.

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

Color convert

RGB3314746-
CMYK0.7800.690.42
HSL126.84º63.33%35.29%-
HSV(B)126.84º77.55%57.65%-
XYZ11.5521.396.1-
YUV101.496.7379.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.60%
GREEN value IS 147 (57.81% from 255) = 65.04%
BLUE value IS 46 (18.36% from 255) = 20.35%
R=14.60%
G=65.04%
B=20.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33147460.7800.690.42126.8463.3335.29
Hex21932E4E0452A7f3f23
Octal41223561160105521777743
Binary100001100100111011101001110010001011010101111111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21932E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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