Shades of Crusoe #155D2A
Tints of Crusoe #155D2A
RGB
CMYK
RGB Variations
Color information
#155D2A (or 0x155D2A) is known color: Crusoe. HEX triplet: 15, 5D and 2A. RGB value is (21,93,42). Sum of RGB (Red+Green+Blue) = 21+93+42=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 93 (36.72% from 255 or 59.62% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 93 - color contains mainly: green. Hex color #155D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155D2A is #EAA2D5. Grayscale: #414141. Windows color (decimal): -15377110 or 2776341. OLE color: 2776341.
HSL color Cylindrical-coordinate representation of color #155D2A: hue angle of 137.5º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155D2A is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 93 | 42 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.64 |
| HSL | 137.5º | 0.63% | 0.22% | - |
| HSV(B) | 137.5º | 0.77% | 0.36% | - |
| XYZ | 4.64 | 8.16 | 3.52 | - |
| YUV | 65.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 42 | 0.77 | 0 | 0.55 | 0.64 | 137.5 | 0.63 | 0.22 |
| Hex | 15 | 5D | 2A | 4D | 0 | 37 | 40 | 8A | 3F | 16 |
| Octal | 25 | 135 | 52 | 115 | 0 | 67 | 100 | 212 | 77 | 26 |
| Binary | 10101 | 1011101 | 101010 | 1001101 | 0 | 110111 | 1000000 | 10001010 | 111111 | 10110 |
Color Harmonies of #155D2A
Complementary color
Monochromatic Colors of #155D2A
Black with #155D2A
Text Example
Text Example
White with #155D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D2A; }
p { color: rgb(21,93,42); }
H1.HeaderClassName
{
color: #155D2A;
}
.AnyTagClassName
{
color: #155D2A;
}
</style>
background-color css
<style>
a { background-color: #155D2A; }
a { background-color: rgb(21,93,42); }
div.DivClassName
{
background-color: #155D2A;
}
.BgClassName
{
background-color: #155D2A;
}
</style>
border-color css
<style>
span { border-color: #155D2A; }
span { border-color: rgb(21,93,42); }
td.TdClassName
{
border-color: #155D2A;
}
.TagClassName
{
border-color: #155D2A;
}
</style>