Shades of Cardin Green #0F2A1B
Tints of Cardin Green #0F2A1B
RGB
CMYK
RGB Variations
Color information
#0F2A1B (or 0x0F2A1B) is known color: Cardin Green. HEX triplet: 0F, 2A and 1B. RGB value is (15,42,27). Sum of RGB (Red+Green+Blue) = 15+42+27=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 42 (16.80% from 255 or 50% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2A1B is #F0D5E4. Grayscale: #202020. Windows color (decimal): -15783397 or 1780239. OLE color: 1780239.
HSL color Cylindrical-coordinate representation of color #0F2A1B: hue angle of 146.67º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F2A1B is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 42 | 27 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.84 |
| HSL | 146.67º | 0.47% | 0.11% | - |
| HSV(B) | 146.67º | 0.64% | 0.16% | - |
| XYZ | 1.22 | 1.84 | 1.33 | - |
| YUV | 32.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 27 | 0.64 | 0 | 0.36 | 0.84 | 146.67 | 0.47 | 0.11 |
| Hex | F | 2A | 1B | 40 | 0 | 24 | 54 | 93 | 2F | B |
| Octal | 17 | 52 | 33 | 100 | 0 | 44 | 124 | 223 | 57 | 13 |
| Binary | 1111 | 101010 | 11011 | 1000000 | 0 | 100100 | 1010100 | 10010011 | 101111 | 1011 |
Color Harmonies of #0F2A1B
Complementary color
Monochromatic Colors of #0F2A1B
Black with #0F2A1B
Text Example
Text Example
White with #0F2A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2A1B; }
p { color: rgb(15,42,27); }
H1.HeaderClassName
{
color: #0F2A1B;
}
.AnyTagClassName
{
color: #0F2A1B;
}
</style>
background-color css
<style>
a { background-color: #0F2A1B; }
a { background-color: rgb(15,42,27); }
div.DivClassName
{
background-color: #0F2A1B;
}
.BgClassName
{
background-color: #0F2A1B;
}
</style>
border-color css
<style>
span { border-color: #0F2A1B; }
span { border-color: rgb(15,42,27); }
td.TdClassName
{
border-color: #0F2A1B;
}
.TagClassName
{
border-color: #0F2A1B;
}
</style>