#21AE1B

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

Shades of Forest Green #21AE1B

Tints of Forest Green #21AE1B

Color information

#21AE1B (or 0x21AE1B) is unknown color: approx Forest Green. HEX triplet: 21, AE and 1B. RGB value is (33,174,27). Sum of RGB (Red+Green+Blue) = 33+174+27=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 174 (68.36% from 255 or 74.36% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 174 - color contains mainly: green. Hex color #21AE1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AE1B is #DE51E4. Grayscale: #737373. Windows color (decimal): -14569957 or 1814049. OLE color: 1814049.

HSL color Cylindrical-coordinate representation of color #21AE1B: hue angle of 117.55º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21AE1B is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB3317427-
CMYK0.8100.840.32
HSL117.55º73.13%39.41%-
HSV(B)117.55º84.48%68.24%-
XYZ15.9630.676.12-
YUV115.0878.2969.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 174 (68.36% from 255) = 74.36%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=14.10%
G=74.36%
B=11.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33174270.8100.840.32117.5573.1339.41
Hex21AE1B5105420764927
Octal412563312101244016611147
Binary100001101011101101110100010101010010000011101101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,174,27); }

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

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

 a { background-color: rgb(33,174,27); }

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

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

 span { border-color: rgb(33,174,27); }

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