Shades of Cardin Green #0F271B
Tints of Cardin Green #0F271B
RGB
CMYK
RGB Variations
Color information
#0F271B (or 0x0F271B) is known color: Cardin Green. HEX triplet: 0F, 27 and 1B. RGB value is (15,39,27). Sum of RGB (Red+Green+Blue) = 15+39+27=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #0F271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F271B is #F0D8E4. Grayscale: #1E1E1E. Windows color (decimal): -15784165 or 1779471. OLE color: 1779471.
HSL color Cylindrical-coordinate representation of color #0F271B: hue angle of 150º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F271B is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 39 | 27 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.85 |
| HSL | 150º | 0.44% | 0.11% | - |
| HSV(B) | 150º | 0.62% | 0.15% | - |
| XYZ | 1.12 | 1.63 | 1.29 | - |
| YUV | 30.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 27 | 0.62 | 0 | 0.31 | 0.85 | 150 | 0.44 | 0.11 |
| Hex | F | 27 | 1B | 3E | 0 | 1F | 55 | 96 | 2C | B |
| Octal | 17 | 47 | 33 | 76 | 0 | 37 | 125 | 226 | 54 | 13 |
| Binary | 1111 | 100111 | 11011 | 111110 | 0 | 11111 | 1010101 | 10010110 | 101100 | 1011 |
Color Harmonies of #0F271B
Complementary color
Monochromatic Colors of #0F271B
Black with #0F271B
Text Example
Text Example
White with #0F271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F271B; }
p { color: rgb(15,39,27); }
H1.HeaderClassName
{
color: #0F271B;
}
.AnyTagClassName
{
color: #0F271B;
}
</style>
background-color css
<style>
a { background-color: #0F271B; }
a { background-color: rgb(15,39,27); }
div.DivClassName
{
background-color: #0F271B;
}
.BgClassName
{
background-color: #0F271B;
}
</style>
border-color css
<style>
span { border-color: #0F271B; }
span { border-color: rgb(15,39,27); }
td.TdClassName
{
border-color: #0F271B;
}
.TagClassName
{
border-color: #0F271B;
}
</style>