Html Css Color HEX #21AA48 Eucalyptus

📋 copy color: '#21AA48'

red 33 ◦ green 170 ◦ blue 72

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

Shades of Eucalyptus #21AA48

Tints of Eucalyptus #21AA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.18%

R = 12%
G = 61.82%
B = 26.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#21AA48 (or 0x21AA48) is known color: Eucalyptus. HEX triplet: 21, AA and 48. RGB value is (33,170,72). Sum of RGB (Red+Green+Blue) = 33+170+72=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AA48 is #DE55B7. Grayscale: #767676. Windows color (decimal): -14570936 or 4762145. OLE color: 4762145.

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

Color convert

RGB 33 170 72 -
CMYK 0.81 0 0.58 0.33
HSL 137.08º 0.67% 0.4% -
HSV(B) 137.08º 0.81% 0.67% -
XYZ 16.17 29.54 10.98 -
YUV 117.87 102.11 67.47 -
System Red Green Blue C M Y K H S L
Decimal 33 170 72 0.81 0 0.58 0.33 137.08 0.67 0.4
Hex 21 AA 48 51 0 3A 21 89 43 28
Octal 41 252 110 121 0 72 41 211 103 50
Binary 100001 10101010 1001000 1010001 0 111010 100001 10001001 1000011 101000

Color Harmonies of #21AA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AA48

Black with #21AA48

Text Example


Text Example

White with #21AA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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