Shades of Racing Green #0C2B28
Tints of Racing Green #0C2B28
RGB
CMYK
RGB Variations
Color information
#0C2B28 (or 0x0C2B28) is known color: Racing Green. HEX triplet: 0C, 2B and 28. RGB value is (12,43,40). Sum of RGB (Red+Green+Blue) = 12+43+40=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 43 - color contains mainly: green. Hex color #0C2B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2B28 is #F3D4D7. Grayscale: #212121. Windows color (decimal): -15979736 or 2632460. OLE color: 2632460.
HSL color Cylindrical-coordinate representation of color #0C2B28: hue angle of 174.19º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C2B28 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 43 | 40 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.83 |
| HSL | 174.19º | 0.56% | 0.11% | - |
| HSV(B) | 174.19º | 0.72% | 0.17% | - |
| XYZ | 1.4 | 1.96 | 2.31 | - |
| YUV | 33.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 43 | 40 | 0.72 | 0 | 0.07 | 0.83 | 174.19 | 0.56 | 0.11 |
| Hex | C | 2B | 28 | 48 | 0 | 7 | 53 | AE | 38 | B |
| Octal | 14 | 53 | 50 | 110 | 0 | 7 | 123 | 256 | 70 | 13 |
| Binary | 1100 | 101011 | 101000 | 1001000 | 0 | 111 | 1010011 | 10101110 | 111000 | 1011 |
Color Harmonies of #0C2B28
Complementary color
Monochromatic Colors of #0C2B28
Black with #0C2B28
Text Example
Text Example
White with #0C2B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2B28; }
p { color: rgb(12,43,40); }
H1.HeaderClassName
{
color: #0C2B28;
}
.AnyTagClassName
{
color: #0C2B28;
}
</style>
background-color css
<style>
a { background-color: #0C2B28; }
a { background-color: rgb(12,43,40); }
div.DivClassName
{
background-color: #0C2B28;
}
.BgClassName
{
background-color: #0C2B28;
}
</style>
border-color css
<style>
span { border-color: #0C2B28; }
span { border-color: rgb(12,43,40); }
td.TdClassName
{
border-color: #0C2B28;
}
.TagClassName
{
border-color: #0C2B28;
}
</style>