Shades of British Racing Green #0D3925
Tints of British Racing Green #0D3925
RGB
CMYK
RGB Variations
Color information
#0D3925 (or 0x0D3925) is known color: British Racing Green. HEX triplet: 0D, 39 and 25. RGB value is (13,57,37). Sum of RGB (Red+Green+Blue) = 13+57+37=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #0D3925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3925 is #F2C6DA. Grayscale: #292929. Windows color (decimal): -15910619 or 2439437. OLE color: 2439437.
HSL color Cylindrical-coordinate representation of color #0D3925: hue angle of 152.73º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D3925 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 57 | 37 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.78 |
| HSL | 152.73º | 0.63% | 0.14% | - |
| HSV(B) | 152.73º | 0.77% | 0.22% | - |
| XYZ | 1.96 | 3.15 | 2.25 | - |
| YUV | 41.56 | 125.42 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 57 | 37 | 0.77 | 0 | 0.35 | 0.78 | 152.73 | 0.63 | 0.14 |
| Hex | D | 39 | 25 | 4D | 0 | 23 | 4E | 99 | 3F | E |
| Octal | 15 | 71 | 45 | 115 | 0 | 43 | 116 | 231 | 77 | 16 |
| Binary | 1101 | 111001 | 100101 | 1001101 | 0 | 100011 | 1001110 | 10011001 | 111111 | 1110 |
Color Harmonies of #0D3925
Complementary color
Monochromatic Colors of #0D3925
Black with #0D3925
Text Example
Text Example
White with #0D3925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3925; }
p { color: rgb(13,57,37); }
H1.HeaderClassName
{
color: #0D3925;
}
.AnyTagClassName
{
color: #0D3925;
}
</style>
background-color css
<style>
a { background-color: #0D3925; }
a { background-color: rgb(13,57,37); }
div.DivClassName
{
background-color: #0D3925;
}
.BgClassName
{
background-color: #0D3925;
}
</style>
border-color css
<style>
span { border-color: #0D3925; }
span { border-color: rgb(13,57,37); }
td.TdClassName
{
border-color: #0D3925;
}
.TagClassName
{
border-color: #0D3925;
}
</style>