Shades of Crusoe #115B2D
Tints of Crusoe #115B2D
RGB
CMYK
RGB Variations
Color information
#115B2D (or 0x115B2D) is known color: Crusoe. HEX triplet: 11, 5B and 2D. RGB value is (17,91,45). Sum of RGB (Red+Green+Blue) = 17+91+45=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #115B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115B2D is #EEA4D2. Grayscale: #3F3F3F. Windows color (decimal): -15639763 or 2972433. OLE color: 2972433.
HSL color Cylindrical-coordinate representation of color #115B2D: hue angle of 142.7º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B2D is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 45 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.64 |
| HSL | 142.7º | 0.69% | 0.21% | - |
| HSV(B) | 142.7º | 0.81% | 0.36% | - |
| XYZ | 4.45 | 7.79 | 3.75 | - |
| YUV | 63.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 45 | 0.81 | 0 | 0.51 | 0.64 | 142.7 | 0.69 | 0.21 |
| Hex | 11 | 5B | 2D | 51 | 0 | 33 | 40 | 8F | 45 | 15 |
| Octal | 21 | 133 | 55 | 121 | 0 | 63 | 100 | 217 | 105 | 25 |
| Binary | 10001 | 1011011 | 101101 | 1010001 | 0 | 110011 | 1000000 | 10001111 | 1000101 | 10101 |
Color Harmonies of #115B2D
Complementary color
Monochromatic Colors of #115B2D
Black with #115B2D
Text Example
Text Example
White with #115B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B2D; }
p { color: rgb(17,91,45); }
H1.HeaderClassName
{
color: #115B2D;
}
.AnyTagClassName
{
color: #115B2D;
}
</style>
background-color css
<style>
a { background-color: #115B2D; }
a { background-color: rgb(17,91,45); }
div.DivClassName
{
background-color: #115B2D;
}
.BgClassName
{
background-color: #115B2D;
}
</style>
border-color css
<style>
span { border-color: #115B2D; }
span { border-color: rgb(17,91,45); }
td.TdClassName
{
border-color: #115B2D;
}
.TagClassName
{
border-color: #115B2D;
}
</style>