Shades of Deep Fir #0C2B14
Tints of Deep Fir #0C2B14
RGB
CMYK
RGB Variations
Color information
#0C2B14 (or 0x0C2B14) is known color: Deep Fir. HEX triplet: 0C, 2B and 14. RGB value is (12,43,20). Sum of RGB (Red+Green+Blue) = 12+43+20=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 43 (17.19% from 255 or 57.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 43 - color contains mainly: green. Hex color #0C2B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2B14 is #F3D4EB. Grayscale: #1F1F1F. Windows color (decimal): -15979756 or 1321740. OLE color: 1321740.
HSL color Cylindrical-coordinate representation of color #0C2B14: hue angle of 135.48º 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 #0C2B14 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 43 | 20 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.83 |
| HSL | 135.48º | 0.56% | 0.11% | - |
| HSV(B) | 135.48º | 0.72% | 0.17% | - |
| XYZ | 1.14 | 1.86 | 0.96 | - |
| YUV | 31.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 43 | 20 | 0.72 | 0 | 0.53 | 0.83 | 135.48 | 0.56 | 0.11 |
| Hex | C | 2B | 14 | 48 | 0 | 35 | 53 | 87 | 38 | B |
| Octal | 14 | 53 | 24 | 110 | 0 | 65 | 123 | 207 | 70 | 13 |
| Binary | 1100 | 101011 | 10100 | 1001000 | 0 | 110101 | 1010011 | 10000111 | 111000 | 1011 |
Color Harmonies of #0C2B14
Complementary color
Monochromatic Colors of #0C2B14
Black with #0C2B14
Text Example
Text Example
White with #0C2B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2B14; }
p { color: rgb(12,43,20); }
H1.HeaderClassName
{
color: #0C2B14;
}
.AnyTagClassName
{
color: #0C2B14;
}
</style>
background-color css
<style>
a { background-color: #0C2B14; }
a { background-color: rgb(12,43,20); }
div.DivClassName
{
background-color: #0C2B14;
}
.BgClassName
{
background-color: #0C2B14;
}
</style>
border-color css
<style>
span { border-color: #0C2B14; }
span { border-color: rgb(12,43,20); }
td.TdClassName
{
border-color: #0C2B14;
}
.TagClassName
{
border-color: #0C2B14;
}
</style>