Shades of Cardin Green #0F3220
Tints of Cardin Green #0F3220
RGB
CMYK
RGB Variations
Color information
#0F3220 (or 0x0F3220) is known color: Cardin Green. HEX triplet: 0F, 32 and 20. RGB value is (15,50,32). Sum of RGB (Red+Green+Blue) = 15+50+32=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3220 is #F0CDDF. Grayscale: #252525. Windows color (decimal): -15781344 or 2109967. OLE color: 2109967.
HSL color Cylindrical-coordinate representation of color #0F3220: hue angle of 149.14º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3220 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 50 | 32 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.80 |
| HSL | 149.14º | 0.54% | 0.13% | - |
| HSV(B) | 149.14º | 0.7% | 0.2% | - |
| XYZ | 1.6 | 2.49 | 1.76 | - |
| YUV | 37.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 32 | 0.70 | 0 | 0.36 | 0.80 | 149.14 | 0.54 | 0.13 |
| Hex | F | 32 | 20 | 46 | 0 | 24 | 50 | 95 | 36 | D |
| Octal | 17 | 62 | 40 | 106 | 0 | 44 | 120 | 225 | 66 | 15 |
| Binary | 1111 | 110010 | 100000 | 1000110 | 0 | 100100 | 1010000 | 10010101 | 110110 | 1101 |
Color Harmonies of #0F3220
Complementary color
Monochromatic Colors of #0F3220
Black with #0F3220
Text Example
Text Example
White with #0F3220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3220; }
p { color: rgb(15,50,32); }
H1.HeaderClassName
{
color: #0F3220;
}
.AnyTagClassName
{
color: #0F3220;
}
</style>
background-color css
<style>
a { background-color: #0F3220; }
a { background-color: rgb(15,50,32); }
div.DivClassName
{
background-color: #0F3220;
}
.BgClassName
{
background-color: #0F3220;
}
</style>
border-color css
<style>
span { border-color: #0F3220; }
span { border-color: rgb(15,50,32); }
td.TdClassName
{
border-color: #0F3220;
}
.TagClassName
{
border-color: #0F3220;
}
</style>