Shades of Crusoe #155F2B
Tints of Crusoe #155F2B
RGB
CMYK
RGB Variations
Color information
#155F2B (or 0x155F2B) is known color: Crusoe. HEX triplet: 15, 5F and 2B. RGB value is (21,95,43). Sum of RGB (Red+Green+Blue) = 21+95+43=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 95 (37.5% from 255 or 59.75% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 95 - color contains mainly: green. Hex color #155F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155F2B is #EAA0D4. Grayscale: #434343. Windows color (decimal): -15376597 or 2842389. OLE color: 2842389.
HSL color Cylindrical-coordinate representation of color #155F2B: hue angle of 137.84º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F2B is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 95 | 43 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.63 |
| HSL | 137.84º | 0.64% | 0.23% | - |
| HSV(B) | 137.84º | 0.78% | 0.37% | - |
| XYZ | 4.84 | 8.52 | 3.67 | - |
| YUV | 66.95 | 114.48 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 43 | 0.78 | 0 | 0.55 | 0.63 | 137.84 | 0.64 | 0.23 |
| Hex | 15 | 5F | 2B | 4E | 0 | 37 | 3F | 8A | 40 | 17 |
| Octal | 25 | 137 | 53 | 116 | 0 | 67 | 77 | 212 | 100 | 27 |
| Binary | 10101 | 1011111 | 101011 | 1001110 | 0 | 110111 | 111111 | 10001010 | 1000000 | 10111 |
Color Harmonies of #155F2B
Complementary color
Monochromatic Colors of #155F2B
Black with #155F2B
Text Example
Text Example
White with #155F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F2B; }
p { color: rgb(21,95,43); }
H1.HeaderClassName
{
color: #155F2B;
}
.AnyTagClassName
{
color: #155F2B;
}
</style>
background-color css
<style>
a { background-color: #155F2B; }
a { background-color: rgb(21,95,43); }
div.DivClassName
{
background-color: #155F2B;
}
.BgClassName
{
background-color: #155F2B;
}
</style>
border-color css
<style>
span { border-color: #155F2B; }
span { border-color: rgb(21,95,43); }
td.TdClassName
{
border-color: #155F2B;
}
.TagClassName
{
border-color: #155F2B;
}
</style>