Shades of Racing Green #0C302B
Tints of Racing Green #0C302B
RGB
CMYK
RGB Variations
Color information
#0C302B (or 0x0C302B) is known color: Racing Green. HEX triplet: 0C, 30 and 2B. RGB value is (12,48,43). Sum of RGB (Red+Green+Blue) = 12+48+43=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #0C302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C302B is #F3CFD4. Grayscale: #242424. Windows color (decimal): -15978453 or 2830348. OLE color: 2830348.
HSL color Cylindrical-coordinate representation of color #0C302B: hue angle of 171.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C302B is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 48 | 43 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.81 |
| HSL | 171.67º | 0.6% | 0.12% | - |
| HSV(B) | 171.67º | 0.75% | 0.19% | - |
| XYZ | 1.64 | 2.37 | 2.66 | - |
| YUV | 36.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 43 | 0.75 | 0 | 0.10 | 0.81 | 171.67 | 0.6 | 0.12 |
| Hex | C | 30 | 2B | 4B | 0 | A | 51 | AC | 3C | C |
| Octal | 14 | 60 | 53 | 113 | 0 | 12 | 121 | 254 | 74 | 14 |
| Binary | 1100 | 110000 | 101011 | 1001011 | 0 | 1010 | 1010001 | 10101100 | 111100 | 1100 |
Color Harmonies of #0C302B
Complementary color
Monochromatic Colors of #0C302B
Black with #0C302B
Text Example
Text Example
White with #0C302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C302B; }
p { color: rgb(12,48,43); }
H1.HeaderClassName
{
color: #0C302B;
}
.AnyTagClassName
{
color: #0C302B;
}
</style>
background-color css
<style>
a { background-color: #0C302B; }
a { background-color: rgb(12,48,43); }
div.DivClassName
{
background-color: #0C302B;
}
.BgClassName
{
background-color: #0C302B;
}
</style>
border-color css
<style>
span { border-color: #0C302B; }
span { border-color: rgb(12,48,43); }
td.TdClassName
{
border-color: #0C302B;
}
.TagClassName
{
border-color: #0C302B;
}
</style>