#21822D

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

Shades of Forest Green #21822D

Tints of Forest Green #21822D

Color information

#21822D (or 0x21822D) is unknown color: approx Forest Green. HEX triplet: 21, 82 and 2D. RGB value is (33,130,45). Sum of RGB (Red+Green+Blue) = 33+130+45=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 130 (51.17% from 255 or 62.5% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 130 - color contains mainly: green. Hex color #21822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21822D is #DE7DD2. Grayscale: #5B5B5B. Windows color (decimal): -14581203 or 2982433. OLE color: 2982433.

HSL color Cylindrical-coordinate representation of color #21822D: hue angle of 127.42º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21822D is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB3313045-
CMYK0.7500.650.49
HSL127.42º59.51%31.96%-
HSV(B)127.42º74.62%50.98%-
XYZ9.0816.485.18-
YUV91.31101.8686.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 130 (51.17% from 255) = 62.5%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=15.87%
G=62.5%
B=21.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130450.7500.650.49127.4259.5131.96
Hex21822D4B041317f3c20
Octal41202551130101611777440
Binary100001100000101011011001011010000011100011111111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21822D; }

 p { color: rgb(33,130,45); }

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

<style>
 a { background-color: #21822D; }

 a { background-color: rgb(33,130,45); }

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

<style>
 span { border-color: #21822D; }

 span { border-color: rgb(33,130,45); }

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