Shades of Deep Fir #0C431E
Tints of Deep Fir #0C431E
RGB
CMYK
RGB Variations
Color information
#0C431E (or 0x0C431E) is known color: Deep Fir. HEX triplet: 0C, 43 and 1E. RGB value is (12,67,30). Sum of RGB (Red+Green+Blue) = 12+67+30=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 67 (26.56% from 255 or 61.47% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 67 - color contains mainly: green. Hex color #0C431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C431E is #F3BCE1. Grayscale: #2E2E2E. Windows color (decimal): -15973602 or 1983244. OLE color: 1983244.
HSL color Cylindrical-coordinate representation of color #0C431E: hue angle of 139.64º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C431E is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 67 | 30 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.74 |
| HSL | 139.64º | 0.7% | 0.15% | - |
| HSV(B) | 139.64º | 0.82% | 0.26% | - |
| XYZ | 2.39 | 4.19 | 1.91 | - |
| YUV | 46.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 30 | 0.82 | 0 | 0.55 | 0.74 | 139.64 | 0.7 | 0.15 |
| Hex | C | 43 | 1E | 52 | 0 | 37 | 4A | 8C | 46 | F |
| Octal | 14 | 103 | 36 | 122 | 0 | 67 | 112 | 214 | 106 | 17 |
| Binary | 1100 | 1000011 | 11110 | 1010010 | 0 | 110111 | 1001010 | 10001100 | 1000110 | 1111 |
Color Harmonies of #0C431E
Complementary color
Monochromatic Colors of #0C431E
Black with #0C431E
Text Example
Text Example
White with #0C431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C431E; }
p { color: rgb(12,67,30); }
H1.HeaderClassName
{
color: #0C431E;
}
.AnyTagClassName
{
color: #0C431E;
}
</style>
background-color css
<style>
a { background-color: #0C431E; }
a { background-color: rgb(12,67,30); }
div.DivClassName
{
background-color: #0C431E;
}
.BgClassName
{
background-color: #0C431E;
}
</style>
border-color css
<style>
span { border-color: #0C431E; }
span { border-color: rgb(12,67,30); }
td.TdClassName
{
border-color: #0C431E;
}
.TagClassName
{
border-color: #0C431E;
}
</style>