#229261

Color #229261 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #229261

Tints of Eucalyptus #229261

Color information

#229261 (or 0x229261) is unknown color: approx Eucalyptus. HEX triplet: 22, 92 and 61. RGB value is (34,146,97). Sum of RGB (Red+Green+Blue) = 34+146+97=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #229261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229261 is #DD6D9E. Grayscale: #6B6B6B. Windows color (decimal): -14511519 or 6394402. OLE color: 6394402.

HSL color Cylindrical-coordinate representation of color #229261: hue angle of 153.75º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229261 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB3414697-
CMYK0.7700.340.43
HSL153.75º62.22%35.29%-
HSV(B)153.75º76.71%57.25%-
XYZ13.121.7614.82-
YUV106.93122.3975.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.27%
GREEN value IS 146 (57.42% from 255) = 52.71%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=12.27%
G=52.71%
B=35.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34146970.7700.340.43153.7562.2235.29
Hex2292614D0222B9a3e23
Octal42222141115042532327643
Binary1000101001001011000011001101010001010101110011010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229261; }

 p { color: rgb(34,146,97); }

 H1.HeaderClassName
 {
   color: #229261;
 }
 .AnyTagClassName
 {
   color: #229261;
 }
</style>
background-color css

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

 a { background-color: rgb(34,146,97); }

 div.DivClassName
 {
   background-color: #229261;
 }
 .BgClassName
 {
   background-color: #229261;
 }
</style>
border-color css

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

 span { border-color: rgb(34,146,97); }

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