Shades of Crusoe #155C2D
Tints of Crusoe #155C2D
RGB
CMYK
RGB Variations
Color information
#155C2D (or 0x155C2D) is known color: Crusoe. HEX triplet: 15, 5C and 2D. RGB value is (21,92,45). Sum of RGB (Red+Green+Blue) = 21+92+45=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 92 (36.33% from 255 or 58.23% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 92 - color contains mainly: green. Hex color #155C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C2D is #EAA3D2. Grayscale: #414141. Windows color (decimal): -15377363 or 2972693. OLE color: 2972693.
HSL color Cylindrical-coordinate representation of color #155C2D: hue angle of 140.28º 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 #155C2D is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 92 | 45 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.64 |
| HSL | 140.28º | 0.63% | 0.22% | - |
| HSV(B) | 140.28º | 0.77% | 0.36% | - |
| XYZ | 4.61 | 8 | 3.78 | - |
| YUV | 65.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 45 | 0.77 | 0 | 0.51 | 0.64 | 140.28 | 0.63 | 0.22 |
| Hex | 15 | 5C | 2D | 4D | 0 | 33 | 40 | 8C | 3F | 16 |
| Octal | 25 | 134 | 55 | 115 | 0 | 63 | 100 | 214 | 77 | 26 |
| Binary | 10101 | 1011100 | 101101 | 1001101 | 0 | 110011 | 1000000 | 10001100 | 111111 | 10110 |
Color Harmonies of #155C2D
Complementary color
Monochromatic Colors of #155C2D
Black with #155C2D
Text Example
Text Example
White with #155C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C2D; }
p { color: rgb(21,92,45); }
H1.HeaderClassName
{
color: #155C2D;
}
.AnyTagClassName
{
color: #155C2D;
}
</style>
background-color css
<style>
a { background-color: #155C2D; }
a { background-color: rgb(21,92,45); }
div.DivClassName
{
background-color: #155C2D;
}
.BgClassName
{
background-color: #155C2D;
}
</style>
border-color css
<style>
span { border-color: #155C2D; }
span { border-color: rgb(21,92,45); }
td.TdClassName
{
border-color: #155C2D;
}
.TagClassName
{
border-color: #155C2D;
}
</style>