#21AA26

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

Shades of Forest Green #21AA26

Tints of Forest Green #21AA26

Color information

#21AA26 (or 0x21AA26) is unknown color: approx Forest Green. HEX triplet: 21, AA and 26. RGB value is (33,170,38). Sum of RGB (Red+Green+Blue) = 33+170+38=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 170 (66.80% from 255 or 70.54% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AA26 is #DE55D9. Grayscale: #727272. Windows color (decimal): -14570970 or 2533921. OLE color: 2533921.

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

Color convert

RGB3317038-
CMYK0.8100.780.33
HSL122.19º67.49%39.8%-
HSV(B)122.19º80.59%66.67%-
XYZ15.3529.216.66-
YUV113.9985.1170.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 170 (66.80% from 255) = 70.54%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=13.69%
G=70.54%
B=15.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33170380.8100.780.33122.1967.4939.8
Hex21AA265104E217a4328
Octal412524612101164117210350
Binary1000011010101010011010100010100111010000111110101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,170,38); }

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

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

 a { background-color: rgb(33,170,38); }

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

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

 span { border-color: rgb(33,170,38); }

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