Shades of Crusoe #115A2D
Tints of Crusoe #115A2D
RGB
CMYK
RGB Variations
Color information
#115A2D (or 0x115A2D) is known color: Crusoe. HEX triplet: 11, 5A and 2D. RGB value is (17,90,45). Sum of RGB (Red+Green+Blue) = 17+90+45=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #115A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A2D is #EEA5D2. Grayscale: #3F3F3F. Windows color (decimal): -15640019 or 2972177. OLE color: 2972177.
HSL color Cylindrical-coordinate representation of color #115A2D: hue angle of 143.01º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A2D is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 90 | 45 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.65 |
| HSL | 143.01º | 0.68% | 0.21% | - |
| HSV(B) | 143.01º | 0.81% | 0.35% | - |
| XYZ | 4.36 | 7.62 | 3.72 | - |
| YUV | 63.04 | 117.82 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 45 | 0.81 | 0 | 0.50 | 0.65 | 143.01 | 0.68 | 0.21 |
| Hex | 11 | 5A | 2D | 51 | 0 | 32 | 41 | 8F | 44 | 15 |
| Octal | 21 | 132 | 55 | 121 | 0 | 62 | 101 | 217 | 104 | 25 |
| Binary | 10001 | 1011010 | 101101 | 1010001 | 0 | 110010 | 1000001 | 10001111 | 1000100 | 10101 |
Color Harmonies of #115A2D
Complementary color
Monochromatic Colors of #115A2D
Black with #115A2D
Text Example
Text Example
White with #115A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A2D; }
p { color: rgb(17,90,45); }
H1.HeaderClassName
{
color: #115A2D;
}
.AnyTagClassName
{
color: #115A2D;
}
</style>
background-color css
<style>
a { background-color: #115A2D; }
a { background-color: rgb(17,90,45); }
div.DivClassName
{
background-color: #115A2D;
}
.BgClassName
{
background-color: #115A2D;
}
</style>
border-color css
<style>
span { border-color: #115A2D; }
span { border-color: rgb(17,90,45); }
td.TdClassName
{
border-color: #115A2D;
}
.TagClassName
{
border-color: #115A2D;
}
</style>