#21992b

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

Shades of Forest Green #21992B

Tints of Forest Green #21992B

Color information

#21992B (or 0x21992B) is unknown color: approx Forest Green. HEX triplet: 21, 99 and 2B. RGB value is (33,153,43). Sum of RGB (Red+Green+Blue) = 33+153+43=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 153 (60.16% from 255 or 66.81% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 153 - color contains mainly: green. Hex color #21992B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21992B is #DE66D4. Grayscale: #686868. Windows color (decimal): -14575317 or 2857249. OLE color: 2857249.

HSL color Cylindrical-coordinate representation of color #21992B: hue angle of 125º degrees, saturation: 0.65, 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 #21992B is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB3315343-
CMYK0.7800.720.4
HSL125º64.52%36.47%-
HSV(B)125º78.43%60%-
XYZ12.4523.286.12-
YUV104.5893.2476.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 153 (60.16% from 255) = 66.81%
BLUE value IS 43 (17.19% from 255) = 18.78%
R=14.41%
G=66.81%
B=18.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33153430.7800.720.412564.5236.47
Hex21992B4E048287d4124
Octal412315311601105017510144
Binary1000011001100110101110011100100100010100011111011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21992b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21992b; }

 p { color: rgb(33,153,43); }

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

<style>
 a { background-color: #21992b; }

 a { background-color: rgb(33,153,43); }

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

<style>
 span { border-color: #21992b; }

 span { border-color: rgb(33,153,43); }

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