Shades of Cardin Green #0C341F
Tints of Cardin Green #0C341F
RGB
CMYK
RGB Variations
Color information
#0C341F (or 0x0C341F) is known color: Cardin Green. HEX triplet: 0C, 34 and 1F. RGB value is (12,52,31). Sum of RGB (Red+Green+Blue) = 12+52+31=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #0C341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C341F is #F3CBE0. Grayscale: #252525. Windows color (decimal): -15977441 or 2044940. OLE color: 2044940.
HSL color Cylindrical-coordinate representation of color #0C341F: hue angle of 148.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C341F is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 31 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.80 |
| HSL | 148.5º | 0.63% | 0.13% | - |
| HSV(B) | 148.5º | 0.77% | 0.2% | - |
| XYZ | 1.63 | 2.63 | 1.72 | - |
| YUV | 37.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 31 | 0.77 | 0 | 0.40 | 0.80 | 148.5 | 0.63 | 0.13 |
| Hex | C | 34 | 1F | 4D | 0 | 28 | 50 | 94 | 3E | D |
| Octal | 14 | 64 | 37 | 115 | 0 | 50 | 120 | 224 | 76 | 15 |
| Binary | 1100 | 110100 | 11111 | 1001101 | 0 | 101000 | 1010000 | 10010100 | 111110 | 1101 |
Color Harmonies of #0C341F
Complementary color
Monochromatic Colors of #0C341F
Black with #0C341F
Text Example
Text Example
White with #0C341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C341F; }
p { color: rgb(12,52,31); }
H1.HeaderClassName
{
color: #0C341F;
}
.AnyTagClassName
{
color: #0C341F;
}
</style>
background-color css
<style>
a { background-color: #0C341F; }
a { background-color: rgb(12,52,31); }
div.DivClassName
{
background-color: #0C341F;
}
.BgClassName
{
background-color: #0C341F;
}
</style>
border-color css
<style>
span { border-color: #0C341F; }
span { border-color: rgb(12,52,31); }
td.TdClassName
{
border-color: #0C341F;
}
.TagClassName
{
border-color: #0C341F;
}
</style>