#21AA43

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

Shades of Dark Pastel Green #21AA43

Tints of Dark Pastel Green #21AA43

Color information

#21AA43 (or 0x21AA43) is unknown color: approx Dark Pastel Green. HEX triplet: 21, AA and 43. RGB value is (33,170,67). Sum of RGB (Red+Green+Blue) = 33+170+67=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AA43 is #DE55BC. Grayscale: #757575. Windows color (decimal): -14570941 or 4434465. OLE color: 4434465.

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

Color convert

RGB3317067-
CMYK0.8100.610.33
HSL134.89º67.49%39.8%-
HSV(B)134.89º80.59%66.67%-
XYZ16.0229.4810.16-
YUV117.399.6167.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.22%
GREEN value IS 170 (66.80% from 255) = 62.96%
BLUE value IS 67 (26.56% from 255) = 24.81%
R=12.22%
G=62.96%
B=24.81%

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
Decimal33170670.8100.610.33134.8967.4939.8
Hex21AA435103D21874328
Octal412521031210754120710350
Binary10000110101010100001110100010111101100001100001111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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