#21A058

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

Shades of Eucalyptus #21A058

Tints of Eucalyptus #21A058

Color information

#21A058 (or 0x21A058) is unknown color: approx Eucalyptus. HEX triplet: 21, A0 and 58. RGB value is (33,160,88). Sum of RGB (Red+Green+Blue) = 33+160+88=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 160 (62.89% from 255 or 56.94% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 160 - color contains mainly: green. Hex color #21A058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A058 is #DE5FA7. Grayscale: #717171. Windows color (decimal): -14573480 or 5808161. OLE color: 5808161.

HSL color Cylindrical-coordinate representation of color #21A058: hue angle of 145.98º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A058 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB3316088-
CMYK0.7900.450.37
HSL145.98º65.8%37.84%-
HSV(B)145.98º79.37%62.75%-
XYZ14.9626.1713.5-
YUV113.82113.4270.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.74%
GREEN value IS 160 (62.89% from 255) = 56.94%
BLUE value IS 88 (34.77% from 255) = 31.32%
R=11.74%
G=56.94%
B=31.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal33160880.7900.450.37145.9865.837.84
Hex21A0584F02D25924226
Octal412401301170554522210246
Binary10000110100000101100010011110101101100101100100101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,160,88); }

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

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

 a { background-color: rgb(33,160,88); }

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

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

 span { border-color: rgb(33,160,88); }

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