Shades of Crusoe #115E2F
Tints of Crusoe #115E2F
RGB
CMYK
RGB Variations
Color information
#115E2F (or 0x115E2F) is known color: Crusoe. HEX triplet: 11, 5E and 2F. RGB value is (17,94,47). Sum of RGB (Red+Green+Blue) = 17+94+47=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 94 (37.11% from 255 or 59.49% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 94 - color contains mainly: green. Hex color #115E2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115E2F is #EEA1D0. Grayscale: #414141. Windows color (decimal): -15638993 or 3104273. OLE color: 3104273.
HSL color Cylindrical-coordinate representation of color #115E2F: hue angle of 143.38º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115E2F is Cyan = 0.82, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 94 | 47 | - |
| CMYK | 0.82 | 0 | 0.5 | 0.63 |
| HSL | 143.38º | 0.69% | 0.22% | - |
| HSV(B) | 143.38º | 0.82% | 0.37% | - |
| XYZ | 4.75 | 8.33 | 4.05 | - |
| YUV | 65.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 47 | 0.82 | 0 | 0.5 | 0.63 | 143.38 | 0.69 | 0.22 |
| Hex | 11 | 5E | 2F | 52 | 0 | 32 | 3F | 8F | 45 | 16 |
| Octal | 21 | 136 | 57 | 122 | 0 | 62 | 77 | 217 | 105 | 26 |
| Binary | 10001 | 1011110 | 101111 | 1010010 | 0 | 110010 | 111111 | 10001111 | 1000101 | 10110 |
Color Harmonies of #115E2F
Complementary color
Monochromatic Colors of #115E2F
Black with #115E2F
Text Example
Text Example
White with #115E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E2F; }
p { color: rgb(17,94,47); }
H1.HeaderClassName
{
color: #115E2F;
}
.AnyTagClassName
{
color: #115E2F;
}
</style>
background-color css
<style>
a { background-color: #115E2F; }
a { background-color: rgb(17,94,47); }
div.DivClassName
{
background-color: #115E2F;
}
.BgClassName
{
background-color: #115E2F;
}
</style>
border-color css
<style>
span { border-color: #115E2F; }
span { border-color: rgb(17,94,47); }
td.TdClassName
{
border-color: #115E2F;
}
.TagClassName
{
border-color: #115E2F;
}
</style>