Html Css Color HEX #21AA3C Dark Pastel Green

📋 copy color: '#21AA3C'

red 33 ◦ green 170 ◦ blue 60

#21AA3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #21AA3C

Tints of Dark Pastel Green #21AA3C

RGB

 RED value IS 33 (13.28% from 255) = 12.55%

 GREEN value IS 170 (66.8% from 255) = 64.64%

 BLUE value IS 60 (23.83% from 255) = 22.81%

R = 12.55%
G = 64.64%
B = 22.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#21AA3C (or 0x21AA3C) is known color: Dark Pastel Green. HEX triplet: 21, AA and 3C. RGB value is (33,170,60). Sum of RGB (Red+Green+Blue) = 33+170+60=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AA3C is #DE55C3. Grayscale: #747474. Windows color (decimal): -14570948 or 3975713. OLE color: 3975713.

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

Color convert

RGB 33 170 60 -
CMYK 0.81 0 0.65 0.33
HSL 131.82º 0.67% 0.4% -
HSV(B) 131.82º 0.81% 0.67% -
XYZ 15.82 29.4 9.12 -
YUV 116.5 96.11 68.44 -
System Red Green Blue C M Y K H S L
Decimal 33 170 60 0.81 0 0.65 0.33 131.82 0.67 0.4
Hex 21 AA 3C 51 0 41 21 84 43 28
Octal 41 252 74 121 0 101 41 204 103 50
Binary 100001 10101010 111100 1010001 0 1000001 100001 10000100 1000011 101000

Color Harmonies of #21AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AA3C

Black with #21AA3C

Text Example


Text Example

White with #21AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21AA3C;
 }
 .AnyTagClassName
 {
   color: #21AA3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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