Html Css Color HEX #229B5F Eucalyptus

📋 copy color: '#229B5F'

red 34 ◦ green 155 ◦ blue 95

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

Shades of Eucalyptus #229B5F

Tints of Eucalyptus #229B5F

RGB

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

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

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

R = 11.97%
G = 54.58%
B = 33.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#229B5F (or 0x229B5F) is known color: Eucalyptus. HEX triplet: 22, 9B and 5F. RGB value is (34,155,95). Sum of RGB (Red+Green+Blue) = 34+155+95=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #229B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229B5F is #DD64A0. Grayscale: #707070. Windows color (decimal): -14509217 or 6265634. OLE color: 6265634.

HSL color Cylindrical-coordinate representation of color #229B5F: hue angle of 150.25º 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 #229B5F is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 155 95 -
CMYK 0.78 0 0.39 0.39
HSL 150.25º 0.64% 0.37% -
HSV(B) 150.25º 0.78% 0.61% -
XYZ 14.45 24.61 14.82 -
YUV 111.98 118.41 72.38 -
System Red Green Blue C M Y K H S L
Decimal 34 155 95 0.78 0 0.39 0.39 150.25 0.64 0.37
Hex 22 9B 5F 4E 0 27 27 96 40 25
Octal 42 233 137 116 0 47 47 226 100 45
Binary 100010 10011011 1011111 1001110 0 100111 100111 10010110 1000000 100101

Color Harmonies of #229B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229B5F

Black with #229B5F

Text Example


Text Example

White with #229B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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