Html Css Color HEX #229B65 Eucalyptus

📋 copy color: '#229B65'

red 34 ◦ green 155 ◦ blue 101

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

Shades of Eucalyptus #229B65

Tints of Eucalyptus #229B65

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.45%

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 11.72%
G = 53.45%
B = 34.83%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#229B65 (or 0x229B65) is known color: Eucalyptus. HEX triplet: 22, 9B and 65. RGB value is (34,155,101). Sum of RGB (Red+Green+Blue) = 34+155+101=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #229B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229B65 is #DD649A. Grayscale: #707070. Windows color (decimal): -14509211 or 6658850. OLE color: 6658850.

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

Color convert

RGB 34 155 101 -
CMYK 0.78 0 0.35 0.39
HSL 153.22º 0.64% 0.37% -
HSV(B) 153.22º 0.78% 0.61% -
XYZ 14.73 24.72 16.31 -
YUV 112.67 121.41 71.89 -
System Red Green Blue C M Y K H S L
Decimal 34 155 101 0.78 0 0.35 0.39 153.22 0.64 0.37
Hex 22 9B 65 4E 0 23 27 99 40 25
Octal 42 233 145 116 0 43 47 231 100 45
Binary 100010 10011011 1100101 1001110 0 100011 100111 10011001 1000000 100101

Color Harmonies of #229B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229B65

Black with #229B65

Text Example


Text Example

White with #229B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,155,101); }

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

background-color css

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

 a { background-color: rgb(34,155,101); }

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

border-color css

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

 span { border-color: rgb(34,155,101); }

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