#21AA39

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

Shades of Dark Pastel Green #21AA39

Tints of Dark Pastel Green #21AA39

Color information

#21AA39 (or 0x21AA39) is unknown color: approx Dark Pastel Green. HEX triplet: 21, AA and 39. RGB value is (33,170,57). Sum of RGB (Red+Green+Blue) = 33+170+57=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 170 (66.80% from 255 or 65.38% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AA39 is #DE55C6. Grayscale: #747474. Windows color (decimal): -14570951 or 3779105. OLE color: 3779105.

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

Color convert

RGB3317057-
CMYK0.8100.660.33
HSL130.51º67.49%39.8%-
HSV(B)130.51º80.59%66.67%-
XYZ15.7429.378.71-
YUV116.1694.6168.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.69%
GREEN value IS 170 (66.80% from 255) = 65.38%
BLUE value IS 57 (22.66% from 255) = 21.92%
R=12.69%
G=65.38%
B=21.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33170570.8100.660.33130.5167.4939.8
Hex21AA395104221834328
Octal412527112101024120310350
Binary10000110101010111001101000101000010100001100000111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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