Shades of British Racing Green #0C3F28
Tints of British Racing Green #0C3F28
RGB
CMYK
RGB Variations
Color information
#0C3F28 (or 0x0C3F28) is known color: British Racing Green. HEX triplet: 0C, 3F and 28. RGB value is (12,63,40). Sum of RGB (Red+Green+Blue) = 12+63+40=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 63 (25% from 255 or 54.78% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 63 - color contains mainly: green. Hex color #0C3F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3F28 is #F3C0D7. Grayscale: #2D2D2D. Windows color (decimal): -15974616 or 2637580. OLE color: 2637580.
HSL color Cylindrical-coordinate representation of color #0C3F28: hue angle of 152.94º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C3F28 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 63 | 40 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.75 |
| HSL | 152.94º | 0.68% | 0.15% | - |
| HSV(B) | 152.94º | 0.81% | 0.25% | - |
| XYZ | 2.31 | 3.79 | 2.62 | - |
| YUV | 45.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 63 | 40 | 0.81 | 0 | 0.37 | 0.75 | 152.94 | 0.68 | 0.15 |
| Hex | C | 3F | 28 | 51 | 0 | 25 | 4B | 99 | 44 | F |
| Octal | 14 | 77 | 50 | 121 | 0 | 45 | 113 | 231 | 104 | 17 |
| Binary | 1100 | 111111 | 101000 | 1010001 | 0 | 100101 | 1001011 | 10011001 | 1000100 | 1111 |
Color Harmonies of #0C3F28
Complementary color
Monochromatic Colors of #0C3F28
Black with #0C3F28
Text Example
Text Example
White with #0C3F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3F28; }
p { color: rgb(12,63,40); }
H1.HeaderClassName
{
color: #0C3F28;
}
.AnyTagClassName
{
color: #0C3F28;
}
</style>
background-color css
<style>
a { background-color: #0C3F28; }
a { background-color: rgb(12,63,40); }
div.DivClassName
{
background-color: #0C3F28;
}
.BgClassName
{
background-color: #0C3F28;
}
</style>
border-color css
<style>
span { border-color: #0C3F28; }
span { border-color: rgb(12,63,40); }
td.TdClassName
{
border-color: #0C3F28;
}
.TagClassName
{
border-color: #0C3F28;
}
</style>