#21A252

Color #21A252 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #21A252

Tints of Eucalyptus #21A252

Color information

#21A252 (or 0x21A252) is unknown color: approx Eucalyptus. HEX triplet: 21, A2 and 52. RGB value is (33,162,82). Sum of RGB (Red+Green+Blue) = 33+162+82=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #21A252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A252 is #DE5DAD. Grayscale: #727272. Windows color (decimal): -14572974 or 5415457. OLE color: 5415457.

HSL color Cylindrical-coordinate representation of color #21A252: hue angle of 142.79º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A252 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB3316282-
CMYK0.8000.490.36
HSL142.79º66.15%38.24%-
HSV(B)142.79º79.63%63.53%-
XYZ15.0726.7712.36-
YUV114.31109.7670-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 162 (63.67% from 255) = 58.48%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=11.91%
G=58.48%
B=29.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33162820.8000.490.36142.7966.1538.24
Hex21A25250031248f4226
Octal412421221200614421710246
Binary10000110100010101001010100000110001100100100011111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,162,82); }

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

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

 a { background-color: rgb(33,162,82); }

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

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

 span { border-color: rgb(33,162,82); }

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