Shades of Racing Green #242D2A
Tints of Racing Green #242D2A
RGB
CMYK
RGB Variations
Color information
#242D2A (or 0x242D2A) is known color: Racing Green. HEX triplet: 24, 2D and 2A. RGB value is (36,45,42). Sum of RGB (Red+Green+Blue) = 36+45+42=123 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.27% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 45 - color contains mainly: green. Hex color #242D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D2A is #DBD2D5. Grayscale: #292929. Windows color (decimal): -14406358 or 2764068. OLE color: 2764068.
HSL color Cylindrical-coordinate representation of color #242D2A: hue angle of 160º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #242D2A is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 36 | 45 | 42 | - |
| CMYK | 0.2 | 0 | 0.07 | 0.82 |
| HSL | 160º | 0.11% | 0.16% | - |
| HSV(B) | 160º | 0.2% | 0.18% | - |
| XYZ | 2.08 | 2.42 | 2.55 | - |
| YUV | 41.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 42 | 0.2 | 0 | 0.07 | 0.82 | 160 | 0.11 | 0.16 |
| Hex | 24 | 2D | 2A | 14 | 0 | 7 | 52 | A0 | B | 10 |
| Octal | 44 | 55 | 52 | 24 | 0 | 7 | 122 | 240 | 13 | 20 |
| Binary | 100100 | 101101 | 101010 | 10100 | 0 | 111 | 1010010 | 10100000 | 1011 | 10000 |
Color Harmonies of #242D2A
Complementary color
Monochromatic Colors of #242D2A
Black with #242D2A
Text Example
Text Example
White with #242D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D2A; }
p { color: rgb(36,45,42); }
H1.HeaderClassName
{
color: #242D2A;
}
.AnyTagClassName
{
color: #242D2A;
}
</style>
background-color css
<style>
a { background-color: #242D2A; }
a { background-color: rgb(36,45,42); }
div.DivClassName
{
background-color: #242D2A;
}
.BgClassName
{
background-color: #242D2A;
}
</style>
border-color css
<style>
span { border-color: #242D2A; }
span { border-color: rgb(36,45,42); }
td.TdClassName
{
border-color: #242D2A;
}
.TagClassName
{
border-color: #242D2A;
}
</style>