Shades of Eucalyptus #22975B
Tints of Eucalyptus #22975B
RGB
CMYK
RGB Variations
Color information
#22975B (or 0x22975B) is known color: Eucalyptus. HEX triplet: 22, 97 and 5B. RGB value is (34,151,91). Sum of RGB (Red+Green+Blue) = 34+151+91=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #22975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22975B is #DD68A4. Grayscale: #6D6D6D. Windows color (decimal): -14510245 or 6002466. OLE color: 6002466.
HSL color Cylindrical-coordinate representation of color #22975B: hue angle of 149.23º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #22975B is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 151 | 91 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.41 |
| HSL | 149.23º | 0.63% | 0.36% | - |
| HSV(B) | 149.23º | 0.77% | 0.59% | - |
| XYZ | 13.61 | 23.23 | 13.66 | - |
| YUV | 109.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 151 | 91 | 0.77 | 0 | 0.40 | 0.41 | 149.23 | 0.63 | 0.36 |
| Hex | 22 | 97 | 5B | 4D | 0 | 28 | 29 | 95 | 3F | 24 |
| Octal | 42 | 227 | 133 | 115 | 0 | 50 | 51 | 225 | 77 | 44 |
| Binary | 100010 | 10010111 | 1011011 | 1001101 | 0 | 101000 | 101001 | 10010101 | 111111 | 100100 |
Color Harmonies of #22975B
Complementary color
Monochromatic Colors of #22975B
Black with #22975B
Text Example
Text Example
White with #22975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22975B; }
p { color: rgb(34,151,91); }
H1.HeaderClassName
{
color: #22975B;
}
.AnyTagClassName
{
color: #22975B;
}
</style>
background-color css
<style>
a { background-color: #22975B; }
a { background-color: rgb(34,151,91); }
div.DivClassName
{
background-color: #22975B;
}
.BgClassName
{
background-color: #22975B;
}
</style>
border-color css
<style>
span { border-color: #22975B; }
span { border-color: rgb(34,151,91); }
td.TdClassName
{
border-color: #22975B;
}
.TagClassName
{
border-color: #22975B;
}
</style>