Html Css Color HEX #229D55 Eucalyptus

📋 copy color: '#229D55'

red 34 ◦ green 157 ◦ blue 85

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

Shades of Eucalyptus #229D55

Tints of Eucalyptus #229D55

RGB

 RED value IS 34 (13.67% from 255) = 12.32%

 GREEN value IS 157 (61.72% from 255) = 56.88%

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 12.32%
G = 56.88%
B = 30.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#229D55 (or 0x229D55) is known color: Eucalyptus. HEX triplet: 22, 9D and 55. RGB value is (34,157,85). Sum of RGB (Red+Green+Blue) = 34+157+85=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 157 (61.72% from 255 or 56.88% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 157 - color contains mainly: green. Hex color #229D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229D55 is #DD62AA. Grayscale: #707070. Windows color (decimal): -14508715 or 5610786. OLE color: 5610786.

HSL color Cylindrical-coordinate representation of color #229D55: hue angle of 144.88º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229D55 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 34 157 85 -
CMYK 0.78 0 0.46 0.38
HSL 144.88º 0.64% 0.37% -
HSV(B) 144.88º 0.78% 0.62% -
XYZ 14.36 25.11 12.68 -
YUV 112.02 112.75 72.35 -
System Red Green Blue C M Y K H S L
Decimal 34 157 85 0.78 0 0.46 0.38 144.88 0.64 0.37
Hex 22 9D 55 4E 0 2E 26 91 40 25
Octal 42 235 125 116 0 56 46 221 100 45
Binary 100010 10011101 1010101 1001110 0 101110 100110 10010001 1000000 100101

Color Harmonies of #229D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229D55

Black with #229D55

Text Example


Text Example

White with #229D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229D55; }

 p { color: rgb(34,157,85); }

 H1.HeaderClassName
 {
   color: #229D55;
 }
 .AnyTagClassName
 {
   color: #229D55;
 }
</style>

background-color css

<style>
 a { background-color: #229D55; }

 a { background-color: rgb(34,157,85); }

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

border-color css

<style>
 span { border-color: #229D55; }

 span { border-color: rgb(34,157,85); }

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