Shades of Racing Green #0D2F2A
Tints of Racing Green #0D2F2A
RGB
CMYK
RGB Variations
Color information
#0D2F2A (or 0x0D2F2A) is known color: Racing Green. HEX triplet: 0D, 2F and 2A. RGB value is (13,47,42). Sum of RGB (Red+Green+Blue) = 13+47+42=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 47 - color contains mainly: green. Hex color #0D2F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2F2A is #F2D0D5. Grayscale: #242424. Windows color (decimal): -15913174 or 2764557. OLE color: 2764557.
HSL color Cylindrical-coordinate representation of color #0D2F2A: hue angle of 171.18º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D2F2A is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 47 | 42 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.82 |
| HSL | 171.18º | 0.57% | 0.12% | - |
| HSV(B) | 171.18º | 0.72% | 0.18% | - |
| XYZ | 1.6 | 2.29 | 2.55 | - |
| YUV | 36.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 47 | 42 | 0.72 | 0 | 0.11 | 0.82 | 171.18 | 0.57 | 0.12 |
| Hex | D | 2F | 2A | 48 | 0 | B | 52 | AB | 39 | C |
| Octal | 15 | 57 | 52 | 110 | 0 | 13 | 122 | 253 | 71 | 14 |
| Binary | 1101 | 101111 | 101010 | 1001000 | 0 | 1011 | 1010010 | 10101011 | 111001 | 1100 |
Color Harmonies of #0D2F2A
Complementary color
Monochromatic Colors of #0D2F2A
Black with #0D2F2A
Text Example
Text Example
White with #0D2F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2F2A; }
p { color: rgb(13,47,42); }
H1.HeaderClassName
{
color: #0D2F2A;
}
.AnyTagClassName
{
color: #0D2F2A;
}
</style>
background-color css
<style>
a { background-color: #0D2F2A; }
a { background-color: rgb(13,47,42); }
div.DivClassName
{
background-color: #0D2F2A;
}
.BgClassName
{
background-color: #0D2F2A;
}
</style>
border-color css
<style>
span { border-color: #0D2F2A; }
span { border-color: rgb(13,47,42); }
td.TdClassName
{
border-color: #0D2F2A;
}
.TagClassName
{
border-color: #0D2F2A;
}
</style>