Shades of Crusoe #0F582B
Tints of Crusoe #0F582B
RGB
CMYK
RGB Variations
Color information
#0F582B (or 0x0F582B) is known color: Crusoe. HEX triplet: 0F, 58 and 2B. RGB value is (15,88,43). Sum of RGB (Red+Green+Blue) = 15+88+43=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #0F582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F582B is #F0A7D4. Grayscale: #3D3D3D. Windows color (decimal): -15771605 or 2840591. OLE color: 2840591.
HSL color Cylindrical-coordinate representation of color #0F582B: hue angle of 143.01º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F582B is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 88 | 43 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.65 |
| HSL | 143.01º | 0.71% | 0.2% | - |
| HSV(B) | 143.01º | 0.83% | 0.35% | - |
| XYZ | 4.12 | 7.26 | 3.47 | - |
| YUV | 61.04 | 117.82 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 88 | 43 | 0.83 | 0 | 0.51 | 0.65 | 143.01 | 0.71 | 0.2 |
| Hex | F | 58 | 2B | 53 | 0 | 33 | 41 | 8F | 47 | 14 |
| Octal | 17 | 130 | 53 | 123 | 0 | 63 | 101 | 217 | 107 | 24 |
| Binary | 1111 | 1011000 | 101011 | 1010011 | 0 | 110011 | 1000001 | 10001111 | 1000111 | 10100 |
Color Harmonies of #0F582B
Complementary color
Monochromatic Colors of #0F582B
Black with #0F582B
Text Example
Text Example
White with #0F582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F582B; }
p { color: rgb(15,88,43); }
H1.HeaderClassName
{
color: #0F582B;
}
.AnyTagClassName
{
color: #0F582B;
}
</style>
background-color css
<style>
a { background-color: #0F582B; }
a { background-color: rgb(15,88,43); }
div.DivClassName
{
background-color: #0F582B;
}
.BgClassName
{
background-color: #0F582B;
}
</style>
border-color css
<style>
span { border-color: #0F582B; }
span { border-color: rgb(15,88,43); }
td.TdClassName
{
border-color: #0F582B;
}
.TagClassName
{
border-color: #0F582B;
}
</style>