Shades of Racing Green #0C2A27
Tints of Racing Green #0C2A27
RGB
CMYK
RGB Variations
Color information
#0C2A27 (or 0x0C2A27) is known color: Racing Green. HEX triplet: 0C, 2A and 27. RGB value is (12,42,39). Sum of RGB (Red+Green+Blue) = 12+42+39=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 42 - color contains mainly: green. Hex color #0C2A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2A27 is #F3D5D8. Grayscale: #202020. Windows color (decimal): -15979993 or 2566668. OLE color: 2566668.
HSL color Cylindrical-coordinate representation of color #0C2A27: hue angle of 174º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C2A27 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 42 | 39 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.84 |
| HSL | 174º | 0.56% | 0.11% | - |
| HSV(B) | 174º | 0.71% | 0.16% | - |
| XYZ | 1.35 | 1.88 | 2.21 | - |
| YUV | 32.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 42 | 39 | 0.71 | 0 | 0.07 | 0.84 | 174 | 0.56 | 0.11 |
| Hex | C | 2A | 27 | 47 | 0 | 7 | 54 | AE | 38 | B |
| Octal | 14 | 52 | 47 | 107 | 0 | 7 | 124 | 256 | 70 | 13 |
| Binary | 1100 | 101010 | 100111 | 1000111 | 0 | 111 | 1010100 | 10101110 | 111000 | 1011 |
Color Harmonies of #0C2A27
Complementary color
Monochromatic Colors of #0C2A27
Black with #0C2A27
Text Example
Text Example
White with #0C2A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2A27; }
p { color: rgb(12,42,39); }
H1.HeaderClassName
{
color: #0C2A27;
}
.AnyTagClassName
{
color: #0C2A27;
}
</style>
background-color css
<style>
a { background-color: #0C2A27; }
a { background-color: rgb(12,42,39); }
div.DivClassName
{
background-color: #0C2A27;
}
.BgClassName
{
background-color: #0C2A27;
}
</style>
border-color css
<style>
span { border-color: #0C2A27; }
span { border-color: rgb(12,42,39); }
td.TdClassName
{
border-color: #0C2A27;
}
.TagClassName
{
border-color: #0C2A27;
}
</style>