#21821E

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

Shades of Forest Green #21821E

Tints of Forest Green #21821E

Color information

#21821E (or 0x21821E) is unknown color: approx Forest Green. HEX triplet: 21, 82 and 1E. RGB value is (33,130,30). Sum of RGB (Red+Green+Blue) = 33+130+30=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #21821E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21821E is #DE7DE1. Grayscale: #595959. Windows color (decimal): -14581218 or 1999393. OLE color: 1999393.

HSL color Cylindrical-coordinate representation of color #21821E: hue angle of 118.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21821E is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB3313030-
CMYK0.7500.770.49
HSL118.2º62.5%31.37%-
HSV(B)118.2º76.92%50.98%-
XYZ8.8416.383.92-
YUV89.694.3687.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 130 (51.17% from 255) = 67.36%
BLUE value IS 30 (12.11% from 255) = 15.54%
R=17.10%
G=67.36%
B=15.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130300.7500.770.49118.262.531.37
Hex21821E4B04D31763e1f
Octal41202361130115611667637
Binary1000011000001011110100101101001101110001111011011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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