Shades of Racing Green #212725
Tints of Racing Green #212725
RGB
CMYK
RGB Variations
Color information
#212725 (or 0x212725) is known color: Racing Green. HEX triplet: 21, 27 and 25. RGB value is (33,39,37). Sum of RGB (Red+Green+Blue) = 33+39+37=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 39 - color contains mainly: green. Hex color #212725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212725 is #DED8DA. Grayscale: #242424. Windows color (decimal): -14604507 or 2434849. OLE color: 2434849.
HSL color Cylindrical-coordinate representation of color #212725: hue angle of 160º degrees, saturation: 0.08, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #212725 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 39 | 37 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.85 |
| HSL | 160º | 0.08% | 0.14% | - |
| HSV(B) | 160º | 0.15% | 0.15% | - |
| XYZ | 1.69 | 1.91 | 2.03 | - |
| YUV | 36.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 37 | 0.15 | 0 | 0.05 | 0.85 | 160 | 0.08 | 0.14 |
| Hex | 21 | 27 | 25 | F | 0 | 5 | 55 | A0 | 8 | E |
| Octal | 41 | 47 | 45 | 17 | 0 | 5 | 125 | 240 | 10 | 16 |
| Binary | 100001 | 100111 | 100101 | 1111 | 0 | 101 | 1010101 | 10100000 | 1000 | 1110 |
Color Harmonies of #212725
Complementary color
Monochromatic Colors of #212725
Black with #212725
Text Example
Text Example
White with #212725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212725; }
p { color: rgb(33,39,37); }
H1.HeaderClassName
{
color: #212725;
}
.AnyTagClassName
{
color: #212725;
}
</style>
background-color css
<style>
a { background-color: #212725; }
a { background-color: rgb(33,39,37); }
div.DivClassName
{
background-color: #212725;
}
.BgClassName
{
background-color: #212725;
}
</style>
border-color css
<style>
span { border-color: #212725; }
span { border-color: rgb(33,39,37); }
td.TdClassName
{
border-color: #212725;
}
.TagClassName
{
border-color: #212725;
}
</style>