Shades of Crusoe #0F501F
Tints of Crusoe #0F501F
RGB
CMYK
RGB Variations
Color information
#0F501F (or 0x0F501F) is known color: Crusoe. HEX triplet: 0F, 50 and 1F. RGB value is (15,80,31). Sum of RGB (Red+Green+Blue) = 15+80+31=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #0F501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F501F is #F0AFE0. Grayscale: #373737. Windows color (decimal): -15773665 or 2052111. OLE color: 2052111.
HSL color Cylindrical-coordinate representation of color #0F501F: hue angle of 134.77º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F501F is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 80 | 31 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.69 |
| HSL | 134.77º | 0.68% | 0.19% | - |
| HSV(B) | 134.77º | 0.81% | 0.31% | - |
| XYZ | 3.31 | 5.94 | 2.27 | - |
| YUV | 54.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 80 | 31 | 0.81 | 0 | 0.61 | 0.69 | 134.77 | 0.68 | 0.19 |
| Hex | F | 50 | 1F | 51 | 0 | 3D | 45 | 87 | 44 | 13 |
| Octal | 17 | 120 | 37 | 121 | 0 | 75 | 105 | 207 | 104 | 23 |
| Binary | 1111 | 1010000 | 11111 | 1010001 | 0 | 111101 | 1000101 | 10000111 | 1000100 | 10011 |
Color Harmonies of #0F501F
Complementary color
Monochromatic Colors of #0F501F
Black with #0F501F
Text Example
Text Example
White with #0F501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F501F; }
p { color: rgb(15,80,31); }
H1.HeaderClassName
{
color: #0F501F;
}
.AnyTagClassName
{
color: #0F501F;
}
</style>
background-color css
<style>
a { background-color: #0F501F; }
a { background-color: rgb(15,80,31); }
div.DivClassName
{
background-color: #0F501F;
}
.BgClassName
{
background-color: #0F501F;
}
</style>
border-color css
<style>
span { border-color: #0F501F; }
span { border-color: rgb(15,80,31); }
td.TdClassName
{
border-color: #0F501F;
}
.TagClassName
{
border-color: #0F501F;
}
</style>