Shades of Cardin Green #0F3927
Tints of Cardin Green #0F3927
RGB
CMYK
RGB Variations
Color information
#0F3927 (or 0x0F3927) is known color: Cardin Green. HEX triplet: 0F, 39 and 27. RGB value is (15,57,39). Sum of RGB (Red+Green+Blue) = 15+57+39=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #0F3927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3927 is #F0C6D8. Grayscale: #2A2A2A. Windows color (decimal): -15779545 or 2570511. OLE color: 2570511.
HSL color Cylindrical-coordinate representation of color #0F3927: hue angle of 154.29º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F3927 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 57 | 39 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.78 |
| HSL | 154.29º | 0.58% | 0.14% | - |
| HSV(B) | 154.29º | 0.74% | 0.22% | - |
| XYZ | 2.03 | 3.17 | 2.43 | - |
| YUV | 42.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 57 | 39 | 0.74 | 0 | 0.32 | 0.78 | 154.29 | 0.58 | 0.14 |
| Hex | F | 39 | 27 | 4A | 0 | 20 | 4E | 9A | 3A | E |
| Octal | 17 | 71 | 47 | 112 | 0 | 40 | 116 | 232 | 72 | 16 |
| Binary | 1111 | 111001 | 100111 | 1001010 | 0 | 100000 | 1001110 | 10011010 | 111010 | 1110 |
Color Harmonies of #0F3927
Complementary color
Monochromatic Colors of #0F3927
Black with #0F3927
Text Example
Text Example
White with #0F3927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3927; }
p { color: rgb(15,57,39); }
H1.HeaderClassName
{
color: #0F3927;
}
.AnyTagClassName
{
color: #0F3927;
}
</style>
background-color css
<style>
a { background-color: #0F3927; }
a { background-color: rgb(15,57,39); }
div.DivClassName
{
background-color: #0F3927;
}
.BgClassName
{
background-color: #0F3927;
}
</style>
border-color css
<style>
span { border-color: #0F3927; }
span { border-color: rgb(15,57,39); }
td.TdClassName
{
border-color: #0F3927;
}
.TagClassName
{
border-color: #0F3927;
}
</style>