Shades of Eucalyptus #22A25D
Tints of Eucalyptus #22A25D
RGB
CMYK
RGB Variations
Color information
#22A25D (or 0x22A25D) is known color: Eucalyptus. HEX triplet: 22, A2 and 5D. RGB value is (34,162,93). Sum of RGB (Red+Green+Blue) = 34+162+93=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #22A25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22A25D is #DD5DA2. Grayscale: #747474. Windows color (decimal): -14507427 or 6136354. OLE color: 6136354.
HSL color Cylindrical-coordinate representation of color #22A25D: hue angle of 147.66º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #22A25D is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 162 | 93 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.36 |
| HSL | 147.66º | 0.65% | 0.38% | - |
| HSV(B) | 147.66º | 0.79% | 0.64% | - |
| XYZ | 15.56 | 26.97 | 14.74 | - |
| YUV | 115.86 | 115.09 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 162 | 93 | 0.79 | 0 | 0.43 | 0.36 | 147.66 | 0.65 | 0.38 |
| Hex | 22 | A2 | 5D | 4F | 0 | 2B | 24 | 94 | 41 | 26 |
| Octal | 42 | 242 | 135 | 117 | 0 | 53 | 44 | 224 | 101 | 46 |
| Binary | 100010 | 10100010 | 1011101 | 1001111 | 0 | 101011 | 100100 | 10010100 | 1000001 | 100110 |
Color Harmonies of #22A25D
Complementary color
Monochromatic Colors of #22A25D
Black with #22A25D
Text Example
Text Example
White with #22A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22A25D; }
p { color: rgb(34,162,93); }
H1.HeaderClassName
{
color: #22A25D;
}
.AnyTagClassName
{
color: #22A25D;
}
</style>
background-color css
<style>
a { background-color: #22A25D; }
a { background-color: rgb(34,162,93); }
div.DivClassName
{
background-color: #22A25D;
}
.BgClassName
{
background-color: #22A25D;
}
</style>
border-color css
<style>
span { border-color: #22A25D; }
span { border-color: rgb(34,162,93); }
td.TdClassName
{
border-color: #22A25D;
}
.TagClassName
{
border-color: #22A25D;
}
</style>