Shades of Cardin Green #0F3525
Tints of Cardin Green #0F3525
RGB
CMYK
RGB Variations
Color information
#0F3525 (or 0x0F3525) is known color: Cardin Green. HEX triplet: 0F, 35 and 25. RGB value is (15,53,37). Sum of RGB (Red+Green+Blue) = 15+53+37=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #0F3525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3525 is #F0CADA. Grayscale: #272727. Windows color (decimal): -15780571 or 2438415. OLE color: 2438415.
HSL color Cylindrical-coordinate representation of color #0F3525: hue angle of 154.74º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F3525 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 53 | 37 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.79 |
| HSL | 154.74º | 0.56% | 0.13% | - |
| HSV(B) | 154.74º | 0.72% | 0.21% | - |
| XYZ | 1.8 | 2.78 | 2.19 | - |
| YUV | 39.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 37 | 0.72 | 0 | 0.30 | 0.79 | 154.74 | 0.56 | 0.13 |
| Hex | F | 35 | 25 | 48 | 0 | 1E | 4F | 9B | 38 | D |
| Octal | 17 | 65 | 45 | 110 | 0 | 36 | 117 | 233 | 70 | 15 |
| Binary | 1111 | 110101 | 100101 | 1001000 | 0 | 11110 | 1001111 | 10011011 | 111000 | 1101 |
Color Harmonies of #0F3525
Complementary color
Monochromatic Colors of #0F3525
Black with #0F3525
Text Example
Text Example
White with #0F3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3525; }
p { color: rgb(15,53,37); }
H1.HeaderClassName
{
color: #0F3525;
}
.AnyTagClassName
{
color: #0F3525;
}
</style>
background-color css
<style>
a { background-color: #0F3525; }
a { background-color: rgb(15,53,37); }
div.DivClassName
{
background-color: #0F3525;
}
.BgClassName
{
background-color: #0F3525;
}
</style>
border-color css
<style>
span { border-color: #0F3525; }
span { border-color: rgb(15,53,37); }
td.TdClassName
{
border-color: #0F3525;
}
.TagClassName
{
border-color: #0F3525;
}
</style>