#21AA3A

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

Shades of Dark Pastel Green #21AA3A

Tints of Dark Pastel Green #21AA3A

Color information

#21AA3A (or 0x21AA3A) is unknown color: approx Dark Pastel Green. HEX triplet: 21, AA and 3A. RGB value is (33,170,58). Sum of RGB (Red+Green+Blue) = 33+170+58=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AA3A is #DE55C5. Grayscale: #747474. Windows color (decimal): -14570950 or 3844641. OLE color: 3844641.

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

Color convert

RGB3317058-
CMYK0.8100.660.33
HSL130.95º67.49%39.8%-
HSV(B)130.95º80.59%66.67%-
XYZ15.7729.388.84-
YUV116.2795.1168.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 170 (66.80% from 255) = 65.13%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=12.64%
G=65.13%
B=22.22%

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
Decimal33170580.8100.660.33130.9567.4939.8
Hex21AA3A5104221834328
Octal412527212101024120310350
Binary10000110101010111010101000101000010100001100000111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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