Shades of Crusoe #115C2B
Tints of Crusoe #115C2B
RGB
CMYK
RGB Variations
Color information
#115C2B (or 0x115C2B) is known color: Crusoe. HEX triplet: 11, 5C and 2B. RGB value is (17,92,43). Sum of RGB (Red+Green+Blue) = 17+92+43=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 92 (36.33% from 255 or 60.53% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 92 - color contains mainly: green. Hex color #115C2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115C2B is #EEA3D4. Grayscale: #404040. Windows color (decimal): -15639509 or 2841617. OLE color: 2841617.
HSL color Cylindrical-coordinate representation of color #115C2B: hue angle of 140.8º 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 #115C2B is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 43 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.64 |
| HSL | 140.8º | 0.69% | 0.21% | - |
| HSV(B) | 140.8º | 0.82% | 0.36% | - |
| XYZ | 4.49 | 7.95 | 3.58 | - |
| YUV | 63.99 | 116.15 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 43 | 0.82 | 0 | 0.53 | 0.64 | 140.8 | 0.69 | 0.21 |
| Hex | 11 | 5C | 2B | 52 | 0 | 35 | 40 | 8D | 45 | 15 |
| Octal | 21 | 134 | 53 | 122 | 0 | 65 | 100 | 215 | 105 | 25 |
| Binary | 10001 | 1011100 | 101011 | 1010010 | 0 | 110101 | 1000000 | 10001101 | 1000101 | 10101 |
Color Harmonies of #115C2B
Complementary color
Monochromatic Colors of #115C2B
Black with #115C2B
Text Example
Text Example
White with #115C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C2B; }
p { color: rgb(17,92,43); }
H1.HeaderClassName
{
color: #115C2B;
}
.AnyTagClassName
{
color: #115C2B;
}
</style>
background-color css
<style>
a { background-color: #115C2B; }
a { background-color: rgb(17,92,43); }
div.DivClassName
{
background-color: #115C2B;
}
.BgClassName
{
background-color: #115C2B;
}
</style>
border-color css
<style>
span { border-color: #115C2B; }
span { border-color: rgb(17,92,43); }
td.TdClassName
{
border-color: #115C2B;
}
.TagClassName
{
border-color: #115C2B;
}
</style>