Shades of Racing Green #222725
Tints of Racing Green #222725
RGB
CMYK
RGB Variations
Color information
#222725 (or 0x222725) is known color: Racing Green. HEX triplet: 22, 27 and 25. RGB value is (34,39,37). Sum of RGB (Red+Green+Blue) = 34+39+37=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 39 - color contains mainly: green. Hex color #222725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222725 is #DDD8DA. Grayscale: #252525. Windows color (decimal): -14538971 or 2434850. OLE color: 2434850.
HSL color Cylindrical-coordinate representation of color #222725: hue angle of 156º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #222725 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 39 | 37 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.85 |
| HSL | 156º | 0.07% | 0.14% | - |
| HSV(B) | 156º | 0.13% | 0.15% | - |
| XYZ | 1.72 | 1.92 | 2.03 | - |
| YUV | 37.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 37 | 0.13 | 0 | 0.05 | 0.85 | 156 | 0.07 | 0.14 |
| Hex | 22 | 27 | 25 | D | 0 | 5 | 55 | 9C | 7 | E |
| Octal | 42 | 47 | 45 | 15 | 0 | 5 | 125 | 234 | 7 | 16 |
| Binary | 100010 | 100111 | 100101 | 1101 | 0 | 101 | 1010101 | 10011100 | 111 | 1110 |
Color Harmonies of #222725
Complementary color
Monochromatic Colors of #222725
Black with #222725
Text Example
Text Example
White with #222725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222725; }
p { color: rgb(34,39,37); }
H1.HeaderClassName
{
color: #222725;
}
.AnyTagClassName
{
color: #222725;
}
</style>
background-color css
<style>
a { background-color: #222725; }
a { background-color: rgb(34,39,37); }
div.DivClassName
{
background-color: #222725;
}
.BgClassName
{
background-color: #222725;
}
</style>
border-color css
<style>
span { border-color: #222725; }
span { border-color: rgb(34,39,37); }
td.TdClassName
{
border-color: #222725;
}
.TagClassName
{
border-color: #222725;
}
</style>