Shades of Crusoe #155A2D
Tints of Crusoe #155A2D
RGB
CMYK
RGB Variations
Color information
#155A2D (or 0x155A2D) is known color: Crusoe. HEX triplet: 15, 5A and 2D. RGB value is (21,90,45). Sum of RGB (Red+Green+Blue) = 21+90+45=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #155A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A2D is #EAA5D2. Grayscale: #404040. Windows color (decimal): -15377875 or 2972181. OLE color: 2972181.
HSL color Cylindrical-coordinate representation of color #155A2D: hue angle of 140.87º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A2D is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 90 | 45 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.65 |
| HSL | 140.87º | 0.62% | 0.22% | - |
| HSV(B) | 140.87º | 0.77% | 0.35% | - |
| XYZ | 4.44 | 7.66 | 3.73 | - |
| YUV | 64.24 | 117.14 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 45 | 0.77 | 0 | 0.50 | 0.65 | 140.87 | 0.62 | 0.22 |
| Hex | 15 | 5A | 2D | 4D | 0 | 32 | 41 | 8D | 3E | 16 |
| Octal | 25 | 132 | 55 | 115 | 0 | 62 | 101 | 215 | 76 | 26 |
| Binary | 10101 | 1011010 | 101101 | 1001101 | 0 | 110010 | 1000001 | 10001101 | 111110 | 10110 |
Color Harmonies of #155A2D
Complementary color
Monochromatic Colors of #155A2D
Black with #155A2D
Text Example
Text Example
White with #155A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A2D; }
p { color: rgb(21,90,45); }
H1.HeaderClassName
{
color: #155A2D;
}
.AnyTagClassName
{
color: #155A2D;
}
</style>
background-color css
<style>
a { background-color: #155A2D; }
a { background-color: rgb(21,90,45); }
div.DivClassName
{
background-color: #155A2D;
}
.BgClassName
{
background-color: #155A2D;
}
</style>
border-color css
<style>
span { border-color: #155A2D; }
span { border-color: rgb(21,90,45); }
td.TdClassName
{
border-color: #155A2D;
}
.TagClassName
{
border-color: #155A2D;
}
</style>