Shades of Crusoe #0F5B2C
Tints of Crusoe #0F5B2C
RGB
CMYK
RGB Variations
Color information
#0F5B2C (or 0x0F5B2C) is known color: Crusoe. HEX triplet: 0F, 5B and 2C. RGB value is (15,91,44). Sum of RGB (Red+Green+Blue) = 15+91+44=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 91 (35.94% from 255 or 60.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5B2C is #F0A4D3. Grayscale: #3F3F3F. Windows color (decimal): -15770836 or 2906895. OLE color: 2906895.
HSL color Cylindrical-coordinate representation of color #0F5B2C: hue angle of 142.89º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5B2C is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 91 | 44 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.64 |
| HSL | 142.89º | 0.72% | 0.21% | - |
| HSV(B) | 142.89º | 0.84% | 0.36% | - |
| XYZ | 4.39 | 7.77 | 3.65 | - |
| YUV | 62.92 | 117.32 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 91 | 44 | 0.84 | 0 | 0.52 | 0.64 | 142.89 | 0.72 | 0.21 |
| Hex | F | 5B | 2C | 54 | 0 | 34 | 40 | 8F | 48 | 15 |
| Octal | 17 | 133 | 54 | 124 | 0 | 64 | 100 | 217 | 110 | 25 |
| Binary | 1111 | 1011011 | 101100 | 1010100 | 0 | 110100 | 1000000 | 10001111 | 1001000 | 10101 |
Color Harmonies of #0F5B2C
Complementary color
Monochromatic Colors of #0F5B2C
Black with #0F5B2C
Text Example
Text Example
White with #0F5B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5B2C; }
p { color: rgb(15,91,44); }
H1.HeaderClassName
{
color: #0F5B2C;
}
.AnyTagClassName
{
color: #0F5B2C;
}
</style>
background-color css
<style>
a { background-color: #0F5B2C; }
a { background-color: rgb(15,91,44); }
div.DivClassName
{
background-color: #0F5B2C;
}
.BgClassName
{
background-color: #0F5B2C;
}
</style>
border-color css
<style>
span { border-color: #0F5B2C; }
span { border-color: rgb(15,91,44); }
td.TdClassName
{
border-color: #0F5B2C;
}
.TagClassName
{
border-color: #0F5B2C;
}
</style>