Html Css Color HEX #20955D Eucalyptus

📋 copy color: '#20955D'

red 32 ◦ green 149 ◦ blue 93

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

Shades of Eucalyptus #20955D

Tints of Eucalyptus #20955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.38%

 BLUE value IS 93 (36.72% from 255) = 33.94%

R = 11.68%
G = 54.38%
B = 33.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#20955D (or 0x20955D) is known color: Eucalyptus. HEX triplet: 20, 95 and 5D. RGB value is (32,149,93). Sum of RGB (Red+Green+Blue) = 32+149+93=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #20955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20955D is #DF6AA2. Grayscale: #6B6B6B. Windows color (decimal): -14641827 or 6133024. OLE color: 6133024.

HSL color Cylindrical-coordinate representation of color #20955D: hue angle of 151.28º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20955D is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 149 93 -
CMYK 0.79 0 0.38 0.42
HSL 151.28º 0.65% 0.35% -
HSV(B) 151.28º 0.79% 0.58% -
XYZ 13.32 22.59 14.01 -
YUV 107.63 119.74 74.05 -
System Red Green Blue C M Y K H S L
Decimal 32 149 93 0.79 0 0.38 0.42 151.28 0.65 0.35
Hex 20 95 5D 4F 0 26 2A 97 41 23
Octal 40 225 135 117 0 46 52 227 101 43
Binary 100000 10010101 1011101 1001111 0 100110 101010 10010111 1000001 100011

Color Harmonies of #20955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20955D

Black with #20955D

Text Example


Text Example

White with #20955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20955D; }

 p { color: rgb(32,149,93); }

 H1.HeaderClassName
 {
   color: #20955D;
 }
 .AnyTagClassName
 {
   color: #20955D;
 }
</style>

background-color css

<style>
 a { background-color: #20955D; }

 a { background-color: rgb(32,149,93); }

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

border-color css

<style>
 span { border-color: #20955D; }

 span { border-color: rgb(32,149,93); }

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