Shades of Crusoe #155D2D
Tints of Crusoe #155D2D
RGB
CMYK
RGB Variations
Color information
#155D2D (or 0x155D2D) is known color: Crusoe. HEX triplet: 15, 5D and 2D. RGB value is (21,93,45). Sum of RGB (Red+Green+Blue) = 21+93+45=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 93 (36.72% from 255 or 58.49% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 93 - color contains mainly: green. Hex color #155D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155D2D is #EAA2D2. Grayscale: #424242. Windows color (decimal): -15377107 or 2972949. OLE color: 2972949.
HSL color Cylindrical-coordinate representation of color #155D2D: hue angle of 140º 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 #155D2D is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 93 | 45 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.64 |
| HSL | 140º | 0.63% | 0.22% | - |
| HSV(B) | 140º | 0.77% | 0.36% | - |
| XYZ | 4.7 | 8.18 | 3.81 | - |
| YUV | 66 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 45 | 0.77 | 0 | 0.52 | 0.64 | 140 | 0.63 | 0.22 |
| Hex | 15 | 5D | 2D | 4D | 0 | 34 | 40 | 8C | 3F | 16 |
| Octal | 25 | 135 | 55 | 115 | 0 | 64 | 100 | 214 | 77 | 26 |
| Binary | 10101 | 1011101 | 101101 | 1001101 | 0 | 110100 | 1000000 | 10001100 | 111111 | 10110 |
Color Harmonies of #155D2D
Complementary color
Monochromatic Colors of #155D2D
Black with #155D2D
Text Example
Text Example
White with #155D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D2D; }
p { color: rgb(21,93,45); }
H1.HeaderClassName
{
color: #155D2D;
}
.AnyTagClassName
{
color: #155D2D;
}
</style>
background-color css
<style>
a { background-color: #155D2D; }
a { background-color: rgb(21,93,45); }
div.DivClassName
{
background-color: #155D2D;
}
.BgClassName
{
background-color: #155D2D;
}
</style>
border-color css
<style>
span { border-color: #155D2D; }
span { border-color: rgb(21,93,45); }
td.TdClassName
{
border-color: #155D2D;
}
.TagClassName
{
border-color: #155D2D;
}
</style>