Shades of Crusoe #0F5C2A
Tints of Crusoe #0F5C2A
RGB
CMYK
RGB Variations
Color information
#0F5C2A (or 0x0F5C2A) is known color: Crusoe. HEX triplet: 0F, 5C and 2A. RGB value is (15,92,42). Sum of RGB (Red+Green+Blue) = 15+92+42=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 92 (36.33% from 255 or 61.74% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 92 - color contains mainly: green. Hex color #0F5C2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5C2A is #F0A3D5. Grayscale: #3F3F3F. Windows color (decimal): -15770582 or 2776079. OLE color: 2776079.
HSL color Cylindrical-coordinate representation of color #0F5C2A: hue angle of 141.04º 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 #0F5C2A is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 92 | 42 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.64 |
| HSL | 141.04º | 0.72% | 0.21% | - |
| HSV(B) | 141.04º | 0.84% | 0.36% | - |
| XYZ | 4.44 | 7.92 | 3.49 | - |
| YUV | 63.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 92 | 42 | 0.84 | 0 | 0.54 | 0.64 | 141.04 | 0.72 | 0.21 |
| Hex | F | 5C | 2A | 54 | 0 | 36 | 40 | 8D | 48 | 15 |
| Octal | 17 | 134 | 52 | 124 | 0 | 66 | 100 | 215 | 110 | 25 |
| Binary | 1111 | 1011100 | 101010 | 1010100 | 0 | 110110 | 1000000 | 10001101 | 1001000 | 10101 |
Color Harmonies of #0F5C2A
Complementary color
Monochromatic Colors of #0F5C2A
Black with #0F5C2A
Text Example
Text Example
White with #0F5C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5C2A; }
p { color: rgb(15,92,42); }
H1.HeaderClassName
{
color: #0F5C2A;
}
.AnyTagClassName
{
color: #0F5C2A;
}
</style>
background-color css
<style>
a { background-color: #0F5C2A; }
a { background-color: rgb(15,92,42); }
div.DivClassName
{
background-color: #0F5C2A;
}
.BgClassName
{
background-color: #0F5C2A;
}
</style>
border-color css
<style>
span { border-color: #0F5C2A; }
span { border-color: rgb(15,92,42); }
td.TdClassName
{
border-color: #0F5C2A;
}
.TagClassName
{
border-color: #0F5C2A;
}
</style>