Html Css Color HEX #20B058 Eucalyptus

📋 copy color: '#20B058'

red 32 ◦ green 176 ◦ blue 88

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

Shades of Eucalyptus #20B058

Tints of Eucalyptus #20B058

RGB

 RED value IS 32 (12.89% from 255) = 10.81%

 GREEN value IS 176 (69.14% from 255) = 59.46%

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 10.81%
G = 59.46%
B = 29.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#20B058 (or 0x20B058) is known color: Eucalyptus. HEX triplet: 20, B0 and 58. RGB value is (32,176,88). Sum of RGB (Red+Green+Blue) = 32+176+88=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 176 (69.14% from 255 or 59.46% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 176 - color contains mainly: green. Hex color #20B058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20B058 is #DF4FA7. Grayscale: #7B7B7B. Windows color (decimal): -14634920 or 5812256. OLE color: 5812256.

HSL color Cylindrical-coordinate representation of color #20B058: hue angle of 143.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B058 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 176 88 -
CMYK 0.82 0 0.50 0.31
HSL 143.33º 0.69% 0.41% -
HSV(B) 143.33º 0.82% 0.69% -
XYZ 17.88 32.06 14.48 -
YUV 122.91 108.29 63.16 -
System Red Green Blue C M Y K H S L
Decimal 32 176 88 0.82 0 0.50 0.31 143.33 0.69 0.41
Hex 20 B0 58 52 0 32 1F 8F 45 29
Octal 40 260 130 122 0 62 37 217 105 51
Binary 100000 10110000 1011000 1010010 0 110010 11111 10001111 1000101 101001

Color Harmonies of #20B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B058

Black with #20B058

Text Example


Text Example

White with #20B058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20B058; }

 p { color: rgb(32,176,88); }

 H1.HeaderClassName
 {
   color: #20B058;
 }
 .AnyTagClassName
 {
   color: #20B058;
 }
</style>

background-color css

<style>
 a { background-color: #20B058; }

 a { background-color: rgb(32,176,88); }

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

border-color css

<style>
 span { border-color: #20B058; }

 span { border-color: rgb(32,176,88); }

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