Shades of Racing Green #152D26
Tints of Racing Green #152D26
RGB
CMYK
RGB Variations
Color information
#152D26 (or 0x152D26) is known color: Racing Green. HEX triplet: 15, 2D and 26. RGB value is (21,45,38). Sum of RGB (Red+Green+Blue) = 21+45+38=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 45 - color contains mainly: green. Hex color #152D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D26 is #EAD2D9. Grayscale: #252525. Windows color (decimal): -15389402 or 2501909. OLE color: 2501909.
HSL color Cylindrical-coordinate representation of color #152D26: hue angle of 162.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #152D26 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 45 | 38 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.82 |
| HSL | 162.5º | 0.36% | 0.13% | - |
| HSV(B) | 162.5º | 0.53% | 0.18% | - |
| XYZ | 1.6 | 2.18 | 2.17 | - |
| YUV | 37.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 38 | 0.53 | 0 | 0.16 | 0.82 | 162.5 | 0.36 | 0.13 |
| Hex | 15 | 2D | 26 | 35 | 0 | 10 | 52 | A2 | 24 | D |
| Octal | 25 | 55 | 46 | 65 | 0 | 20 | 122 | 242 | 44 | 15 |
| Binary | 10101 | 101101 | 100110 | 110101 | 0 | 10000 | 1010010 | 10100010 | 100100 | 1101 |
Color Harmonies of #152D26
Complementary color
Monochromatic Colors of #152D26
Black with #152D26
Text Example
Text Example
White with #152D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D26; }
p { color: rgb(21,45,38); }
H1.HeaderClassName
{
color: #152D26;
}
.AnyTagClassName
{
color: #152D26;
}
</style>
background-color css
<style>
a { background-color: #152D26; }
a { background-color: rgb(21,45,38); }
div.DivClassName
{
background-color: #152D26;
}
.BgClassName
{
background-color: #152D26;
}
</style>
border-color css
<style>
span { border-color: #152D26; }
span { border-color: rgb(21,45,38); }
td.TdClassName
{
border-color: #152D26;
}
.TagClassName
{
border-color: #152D26;
}
</style>