#21AA42

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

Shades of Dark Pastel Green #21AA42

Tints of Dark Pastel Green #21AA42

Color information

#21AA42 (or 0x21AA42) is unknown color: approx Dark Pastel Green. HEX triplet: 21, AA and 42. RGB value is (33,170,66). Sum of RGB (Red+Green+Blue) = 33+170+66=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AA42 is #DE55BD. Grayscale: #757575. Windows color (decimal): -14570942 or 4368929. OLE color: 4368929.

HSL color Cylindrical-coordinate representation of color #21AA42: hue angle of 134.45º 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 #21AA42 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB3317066-
CMYK0.8100.610.33
HSL134.45º67.49%39.8%-
HSV(B)134.45º80.59%66.67%-
XYZ15.9929.4710-
YUV117.1899.1167.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.27%
GREEN value IS 170 (66.80% from 255) = 63.20%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=12.27%
G=63.20%
B=24.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33170660.8100.610.33134.4567.4939.8
Hex21AA425103D21864328
Octal412521021210754120610350
Binary10000110101010100001010100010111101100001100001101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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