#21A352

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

Shades of Eucalyptus #21A352

Tints of Eucalyptus #21A352

Color information

#21A352 (or 0x21A352) is unknown color: approx Eucalyptus. HEX triplet: 21, A3 and 52. RGB value is (33,163,82). Sum of RGB (Red+Green+Blue) = 33+163+82=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 163 (64.06% from 255 or 58.63% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 163 - color contains mainly: green. Hex color #21A352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A352 is #DE5CAD. Grayscale: #737373. Windows color (decimal): -14572718 or 5415713. OLE color: 5415713.

HSL color Cylindrical-coordinate representation of color #21A352: hue angle of 142.62º 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 #21A352 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB3316382-
CMYK0.8000.500.36
HSL142.62º66.33%38.43%-
HSV(B)142.62º79.75%63.92%-
XYZ15.2527.1312.42-
YUV114.9109.4369.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 163 (64.06% from 255) = 58.63%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=11.87%
G=58.63%
B=29.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33163820.8000.500.36142.6266.3338.43
Hex21A35250032248f4226
Octal412431221200624421710246
Binary10000110100011101001010100000110010100100100011111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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