Shades of Racing Green #252B2A
Tints of Racing Green #252B2A
RGB
CMYK
RGB Variations
Color information
#252B2A (or 0x252B2A) is known color: Racing Green. HEX triplet: 25, 2B and 2A. RGB value is (37,43,42). Sum of RGB (Red+Green+Blue) = 37+43+42=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 43 - color contains mainly: green. Hex color #252B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B2A is #DAD4D5. Grayscale: #292929. Windows color (decimal): -14341334 or 2763557. OLE color: 2763557.
HSL color Cylindrical-coordinate representation of color #252B2A: hue angle of 170º degrees, saturation: 0.08, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #252B2A is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 43 | 42 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.83 |
| HSL | 170º | 0.08% | 0.16% | - |
| HSV(B) | 170º | 0.14% | 0.17% | - |
| XYZ | 2.04 | 2.29 | 2.52 | - |
| YUV | 41.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 43 | 42 | 0.14 | 0 | 0.02 | 0.83 | 170 | 0.08 | 0.16 |
| Hex | 25 | 2B | 2A | E | 0 | 2 | 53 | AA | 8 | 10 |
| Octal | 45 | 53 | 52 | 16 | 0 | 2 | 123 | 252 | 10 | 20 |
| Binary | 100101 | 101011 | 101010 | 1110 | 0 | 10 | 1010011 | 10101010 | 1000 | 10000 |
Color Harmonies of #252B2A
Complementary color
Monochromatic Colors of #252B2A
Black with #252B2A
Text Example
Text Example
White with #252B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252B2A; }
p { color: rgb(37,43,42); }
H1.HeaderClassName
{
color: #252B2A;
}
.AnyTagClassName
{
color: #252B2A;
}
</style>
background-color css
<style>
a { background-color: #252B2A; }
a { background-color: rgb(37,43,42); }
div.DivClassName
{
background-color: #252B2A;
}
.BgClassName
{
background-color: #252B2A;
}
</style>
border-color css
<style>
span { border-color: #252B2A; }
span { border-color: rgb(37,43,42); }
td.TdClassName
{
border-color: #252B2A;
}
.TagClassName
{
border-color: #252B2A;
}
</style>