Shades of British Racing Green #0C3B24
Tints of British Racing Green #0C3B24
RGB
CMYK
RGB Variations
Color information
#0C3B24 (or 0x0C3B24) is known color: British Racing Green. HEX triplet: 0C, 3B and 24. RGB value is (12,59,36). Sum of RGB (Red+Green+Blue) = 12+59+36=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 59 (23.44% from 255 or 55.14% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3B24 is #F3C4DB. Grayscale: #2A2A2A. Windows color (decimal): -15975644 or 2374412. OLE color: 2374412.
HSL color Cylindrical-coordinate representation of color #0C3B24: hue angle of 150.64º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3B24 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 59 | 36 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.77 |
| HSL | 150.64º | 0.66% | 0.14% | - |
| HSV(B) | 150.64º | 0.8% | 0.23% | - |
| XYZ | 2.03 | 3.33 | 2.21 | - |
| YUV | 42.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 59 | 36 | 0.80 | 0 | 0.39 | 0.77 | 150.64 | 0.66 | 0.14 |
| Hex | C | 3B | 24 | 50 | 0 | 27 | 4D | 97 | 42 | E |
| Octal | 14 | 73 | 44 | 120 | 0 | 47 | 115 | 227 | 102 | 16 |
| Binary | 1100 | 111011 | 100100 | 1010000 | 0 | 100111 | 1001101 | 10010111 | 1000010 | 1110 |
Color Harmonies of #0C3B24
Complementary color
Monochromatic Colors of #0C3B24
Black with #0C3B24
Text Example
Text Example
White with #0C3B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3B24; }
p { color: rgb(12,59,36); }
H1.HeaderClassName
{
color: #0C3B24;
}
.AnyTagClassName
{
color: #0C3B24;
}
</style>
background-color css
<style>
a { background-color: #0C3B24; }
a { background-color: rgb(12,59,36); }
div.DivClassName
{
background-color: #0C3B24;
}
.BgClassName
{
background-color: #0C3B24;
}
</style>
border-color css
<style>
span { border-color: #0C3B24; }
span { border-color: rgb(12,59,36); }
td.TdClassName
{
border-color: #0C3B24;
}
.TagClassName
{
border-color: #0C3B24;
}
</style>