Shades of Crusoe #115C2D
Tints of Crusoe #115C2D
RGB
CMYK
RGB Variations
Color information
#115C2D (or 0x115C2D) is known color: Crusoe. HEX triplet: 11, 5C and 2D. RGB value is (17,92,45). Sum of RGB (Red+Green+Blue) = 17+92+45=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 92 (36.33% from 255 or 59.74% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 92 - color contains mainly: green. Hex color #115C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115C2D is #EEA3D2. Grayscale: #404040. Windows color (decimal): -15639507 or 2972689. OLE color: 2972689.
HSL color Cylindrical-coordinate representation of color #115C2D: hue angle of 142.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115C2D is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 45 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.64 |
| HSL | 142.4º | 0.69% | 0.21% | - |
| HSV(B) | 142.4º | 0.82% | 0.36% | - |
| XYZ | 4.53 | 7.96 | 3.78 | - |
| YUV | 64.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 45 | 0.82 | 0 | 0.51 | 0.64 | 142.4 | 0.69 | 0.21 |
| Hex | 11 | 5C | 2D | 52 | 0 | 33 | 40 | 8E | 45 | 15 |
| Octal | 21 | 134 | 55 | 122 | 0 | 63 | 100 | 216 | 105 | 25 |
| Binary | 10001 | 1011100 | 101101 | 1010010 | 0 | 110011 | 1000000 | 10001110 | 1000101 | 10101 |
Color Harmonies of #115C2D
Complementary color
Monochromatic Colors of #115C2D
Black with #115C2D
Text Example
Text Example
White with #115C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C2D; }
p { color: rgb(17,92,45); }
H1.HeaderClassName
{
color: #115C2D;
}
.AnyTagClassName
{
color: #115C2D;
}
</style>
background-color css
<style>
a { background-color: #115C2D; }
a { background-color: rgb(17,92,45); }
div.DivClassName
{
background-color: #115C2D;
}
.BgClassName
{
background-color: #115C2D;
}
</style>
border-color css
<style>
span { border-color: #115C2D; }
span { border-color: rgb(17,92,45); }
td.TdClassName
{
border-color: #115C2D;
}
.TagClassName
{
border-color: #115C2D;
}
</style>