Shades of British Racing Green #0C412C
Tints of British Racing Green #0C412C
RGB
CMYK
RGB Variations
Color information
#0C412C (or 0x0C412C) is known color: British Racing Green. HEX triplet: 0C, 41 and 2C. RGB value is (12,65,44). Sum of RGB (Red+Green+Blue) = 12+65+44=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #0C412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C412C is #F3BED3. Grayscale: #2E2E2E. Windows color (decimal): -15974100 or 2900236. OLE color: 2900236.
HSL color Cylindrical-coordinate representation of color #0C412C: hue angle of 156.23º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C412C is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 44 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.75 |
| HSL | 156.23º | 0.69% | 0.15% | - |
| HSV(B) | 156.23º | 0.82% | 0.25% | - |
| XYZ | 2.5 | 4.04 | 3.03 | - |
| YUV | 46.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 44 | 0.82 | 0 | 0.32 | 0.75 | 156.23 | 0.69 | 0.15 |
| Hex | C | 41 | 2C | 52 | 0 | 20 | 4B | 9C | 45 | F |
| Octal | 14 | 101 | 54 | 122 | 0 | 40 | 113 | 234 | 105 | 17 |
| Binary | 1100 | 1000001 | 101100 | 1010010 | 0 | 100000 | 1001011 | 10011100 | 1000101 | 1111 |
Color Harmonies of #0C412C
Complementary color
Monochromatic Colors of #0C412C
Black with #0C412C
Text Example
Text Example
White with #0C412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C412C; }
p { color: rgb(12,65,44); }
H1.HeaderClassName
{
color: #0C412C;
}
.AnyTagClassName
{
color: #0C412C;
}
</style>
background-color css
<style>
a { background-color: #0C412C; }
a { background-color: rgb(12,65,44); }
div.DivClassName
{
background-color: #0C412C;
}
.BgClassName
{
background-color: #0C412C;
}
</style>
border-color css
<style>
span { border-color: #0C412C; }
span { border-color: rgb(12,65,44); }
td.TdClassName
{
border-color: #0C412C;
}
.TagClassName
{
border-color: #0C412C;
}
</style>