#21AB0E

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

Shades of Forest Green #21AB0E

Tints of Forest Green #21AB0E

Color information

#21AB0E (or 0x21AB0E) is unknown color: approx Forest Green. HEX triplet: 21, AB and 0E. RGB value is (33,171,14). Sum of RGB (Red+Green+Blue) = 33+171+14=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 171 (67.19% from 255 or 78.44% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21AB0E is #DE54F1. Grayscale: #707070. Windows color (decimal): -14570738 or 961313. OLE color: 961313.

HSL color Cylindrical-coordinate representation of color #21AB0E: hue angle of 112.74º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21AB0E is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB3317114-
CMYK0.8100.920.33
HSL112.74º84.86%36.27%-
HSV(B)112.74º91.81%67.06%-
XYZ15.2729.485.3-
YUV111.8472.7871.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 171 (67.19% from 255) = 78.44%
BLUE value IS 14 (5.86% from 255) = 6.42%
R=15.14%
G=78.44%
B=6.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33171140.8100.920.33112.7484.8636.27
Hex21ABE5105C21715524
Octal412531612101344116112544
Binary10000110101011111010100010101110010000111100011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21AB0E; }

 p { color: rgb(33,171,14); }

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

<style>
 a { background-color: #21AB0E; }

 a { background-color: rgb(33,171,14); }

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

<style>
 span { border-color: #21AB0E; }

 span { border-color: rgb(33,171,14); }

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