Html Css Color HEX #20B05F Eucalyptus

📋 copy color: '#20B05F'

red 32 ◦ green 176 ◦ blue 95

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

Shades of Eucalyptus #20B05F

Tints of Eucalyptus #20B05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 10.56%
G = 58.09%
B = 31.35%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#20B05F (or 0x20B05F) is known color: Eucalyptus. HEX triplet: 20, B0 and 5F. RGB value is (32,176,95). Sum of RGB (Red+Green+Blue) = 32+176+95=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 176 (69.14% from 255 or 58.09% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 176 - color contains mainly: green. Hex color #20B05F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20B05F is #DF4FA0. Grayscale: #7B7B7B. Windows color (decimal): -14634913 or 6271008. OLE color: 6271008.

HSL color Cylindrical-coordinate representation of color #20B05F: hue angle of 146.25º 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 #20B05F is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 176 95 -
CMYK 0.82 0 0.46 0.31
HSL 146.25º 0.69% 0.41% -
HSV(B) 146.25º 0.82% 0.69% -
XYZ 18.19 32.18 16.08 -
YUV 123.71 111.79 62.59 -
System Red Green Blue C M Y K H S L
Decimal 32 176 95 0.82 0 0.46 0.31 146.25 0.69 0.41
Hex 20 B0 5F 52 0 2E 1F 92 45 29
Octal 40 260 137 122 0 56 37 222 105 51
Binary 100000 10110000 1011111 1010010 0 101110 11111 10010010 1000101 101001

Color Harmonies of #20B05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B05F

Black with #20B05F

Text Example


Text Example

White with #20B05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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