Shades of Cardin Green #0F291A
Tints of Cardin Green #0F291A
RGB
CMYK
RGB Variations
Color information
#0F291A (or 0x0F291A) is known color: Cardin Green. HEX triplet: 0F, 29 and 1A. RGB value is (15,41,26). Sum of RGB (Red+Green+Blue) = 15+41+26=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #0F291A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F291A is #F0D6E5. Grayscale: #1F1F1F. Windows color (decimal): -15783654 or 1714447. OLE color: 1714447.
HSL color Cylindrical-coordinate representation of color #0F291A: hue angle of 145.38º 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 #0F291A is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 41 | 26 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.84 |
| HSL | 145.38º | 0.46% | 0.11% | - |
| HSV(B) | 145.38º | 0.63% | 0.16% | - |
| XYZ | 1.18 | 1.76 | 1.26 | - |
| YUV | 31.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 26 | 0.63 | 0 | 0.37 | 0.84 | 145.38 | 0.46 | 0.11 |
| Hex | F | 29 | 1A | 3F | 0 | 25 | 54 | 91 | 2E | B |
| Octal | 17 | 51 | 32 | 77 | 0 | 45 | 124 | 221 | 56 | 13 |
| Binary | 1111 | 101001 | 11010 | 111111 | 0 | 100101 | 1010100 | 10010001 | 101110 | 1011 |
Color Harmonies of #0F291A
Complementary color
Monochromatic Colors of #0F291A
Black with #0F291A
Text Example
Text Example
White with #0F291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F291A; }
p { color: rgb(15,41,26); }
H1.HeaderClassName
{
color: #0F291A;
}
.AnyTagClassName
{
color: #0F291A;
}
</style>
background-color css
<style>
a { background-color: #0F291A; }
a { background-color: rgb(15,41,26); }
div.DivClassName
{
background-color: #0F291A;
}
.BgClassName
{
background-color: #0F291A;
}
</style>
border-color css
<style>
span { border-color: #0F291A; }
span { border-color: rgb(15,41,26); }
td.TdClassName
{
border-color: #0F291A;
}
.TagClassName
{
border-color: #0F291A;
}
</style>