Html Css Color HEX #21A058 Eucalyptus

📋 copy color: '#21A058'

red 33 ◦ green 160 ◦ blue 88

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

Shades of Eucalyptus #21A058

Tints of Eucalyptus #21A058

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 value IS 0.79

 M value IS 0

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#21A058 (or 0x21A058) is known color: 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

RGB 33 160 88 -
CMYK 0.79 0 0.45 0.37
HSL 145.98º 0.66% 0.38% -
HSV(B) 145.98º 0.79% 0.63% -
XYZ 14.96 26.17 13.5 -
YUV 113.82 113.42 70.35 -
System Red Green Blue C M Y K H S L
Decimal 33 160 88 0.79 0 0.45 0.37 145.98 0.66 0.38
Hex 21 A0 58 4F 0 2D 25 92 42 26
Octal 41 240 130 117 0 55 45 222 102 46
Binary 100001 10100000 1011000 1001111 0 101101 100101 10010010 1000010 100110

Color Harmonies of #21A058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A058

Black with #21A058

Text Example


Text Example

White with #21A058

Text Example


Text Example

HTML Codes & Css Web 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>