Shades of Cardin Green #0C2E1B
Tints of Cardin Green #0C2E1B
RGB
CMYK
RGB Variations
Color information
#0C2E1B (or 0x0C2E1B) is known color: Cardin Green. HEX triplet: 0C, 2E and 1B. RGB value is (12,46,27). Sum of RGB (Red+Green+Blue) = 12+46+27=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 46 (18.36% from 255 or 54.12% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2E1B is #F3D1E4. Grayscale: #212121. Windows color (decimal): -15978981 or 1781260. OLE color: 1781260.
HSL color Cylindrical-coordinate representation of color #0C2E1B: hue angle of 146.47º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2E1B is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 46 | 27 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.82 |
| HSL | 146.47º | 0.59% | 0.11% | - |
| HSV(B) | 146.47º | 0.74% | 0.18% | - |
| XYZ | 1.33 | 2.11 | 1.37 | - |
| YUV | 33.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 46 | 27 | 0.74 | 0 | 0.41 | 0.82 | 146.47 | 0.59 | 0.11 |
| Hex | C | 2E | 1B | 4A | 0 | 29 | 52 | 92 | 3B | B |
| Octal | 14 | 56 | 33 | 112 | 0 | 51 | 122 | 222 | 73 | 13 |
| Binary | 1100 | 101110 | 11011 | 1001010 | 0 | 101001 | 1010010 | 10010010 | 111011 | 1011 |
Color Harmonies of #0C2E1B
Complementary color
Monochromatic Colors of #0C2E1B
Black with #0C2E1B
Text Example
Text Example
White with #0C2E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2E1B; }
p { color: rgb(12,46,27); }
H1.HeaderClassName
{
color: #0C2E1B;
}
.AnyTagClassName
{
color: #0C2E1B;
}
</style>
background-color css
<style>
a { background-color: #0C2E1B; }
a { background-color: rgb(12,46,27); }
div.DivClassName
{
background-color: #0C2E1B;
}
.BgClassName
{
background-color: #0C2E1B;
}
</style>
border-color css
<style>
span { border-color: #0C2E1B; }
span { border-color: rgb(12,46,27); }
td.TdClassName
{
border-color: #0C2E1B;
}
.TagClassName
{
border-color: #0C2E1B;
}
</style>