Shades of Cardin Green #0F291C
Tints of Cardin Green #0F291C
RGB
CMYK
RGB Variations
Color information
#0F291C (or 0x0F291C) is known color: Cardin Green. HEX triplet: 0F, 29 and 1C. RGB value is (15,41,28). Sum of RGB (Red+Green+Blue) = 15+41+28=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 41 - color contains mainly: green. Hex color #0F291C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F291C is #F0D6E3. Grayscale: #1F1F1F. Windows color (decimal): -15783652 or 1845519. OLE color: 1845519.
HSL color Cylindrical-coordinate representation of color #0F291C: hue angle of 150º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0F291C is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 41 | 28 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.84 |
| HSL | 150º | 0.46% | 0.11% | - |
| HSV(B) | 150º | 0.63% | 0.16% | - |
| XYZ | 1.2 | 1.77 | 1.38 | - |
| YUV | 31.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 28 | 0.63 | 0 | 0.32 | 0.84 | 150 | 0.46 | 0.11 |
| Hex | F | 29 | 1C | 3F | 0 | 20 | 54 | 96 | 2E | B |
| Octal | 17 | 51 | 34 | 77 | 0 | 40 | 124 | 226 | 56 | 13 |
| Binary | 1111 | 101001 | 11100 | 111111 | 0 | 100000 | 1010100 | 10010110 | 101110 | 1011 |
Color Harmonies of #0F291C
Complementary color
Monochromatic Colors of #0F291C
Black with #0F291C
Text Example
Text Example
White with #0F291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F291C; }
p { color: rgb(15,41,28); }
H1.HeaderClassName
{
color: #0F291C;
}
.AnyTagClassName
{
color: #0F291C;
}
</style>
background-color css
<style>
a { background-color: #0F291C; }
a { background-color: rgb(15,41,28); }
div.DivClassName
{
background-color: #0F291C;
}
.BgClassName
{
background-color: #0F291C;
}
</style>
border-color css
<style>
span { border-color: #0F291C; }
span { border-color: rgb(15,41,28); }
td.TdClassName
{
border-color: #0F291C;
}
.TagClassName
{
border-color: #0F291C;
}
</style>