Shades of Crusoe #155B2F
Tints of Crusoe #155B2F
RGB
CMYK
RGB Variations
Color information
#155B2F (or 0x155B2F) is known color: Crusoe. HEX triplet: 15, 5B and 2F. RGB value is (21,91,47). Sum of RGB (Red+Green+Blue) = 21+91+47=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 91 (35.94% from 255 or 57.23% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 91 - color contains mainly: green. Hex color #155B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B2F is #EAA4D0. Grayscale: #414141. Windows color (decimal): -15377617 or 3103509. OLE color: 3103509.
HSL color Cylindrical-coordinate representation of color #155B2F: hue angle of 142.29º degrees, saturation: 0.62, 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 #155B2F is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 91 | 47 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.64 |
| HSL | 142.29º | 0.63% | 0.22% | - |
| HSV(B) | 142.29º | 0.77% | 0.36% | - |
| XYZ | 4.56 | 7.85 | 3.96 | - |
| YUV | 65.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 47 | 0.77 | 0 | 0.48 | 0.64 | 142.29 | 0.63 | 0.22 |
| Hex | 15 | 5B | 2F | 4D | 0 | 30 | 40 | 8E | 3E | 16 |
| Octal | 25 | 133 | 57 | 115 | 0 | 60 | 100 | 216 | 76 | 26 |
| Binary | 10101 | 1011011 | 101111 | 1001101 | 0 | 110000 | 1000000 | 10001110 | 111110 | 10110 |
Color Harmonies of #155B2F
Complementary color
Monochromatic Colors of #155B2F
Black with #155B2F
Text Example
Text Example
White with #155B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B2F; }
p { color: rgb(21,91,47); }
H1.HeaderClassName
{
color: #155B2F;
}
.AnyTagClassName
{
color: #155B2F;
}
</style>
background-color css
<style>
a { background-color: #155B2F; }
a { background-color: rgb(21,91,47); }
div.DivClassName
{
background-color: #155B2F;
}
.BgClassName
{
background-color: #155B2F;
}
</style>
border-color css
<style>
span { border-color: #155B2F; }
span { border-color: rgb(21,91,47); }
td.TdClassName
{
border-color: #155B2F;
}
.TagClassName
{
border-color: #155B2F;
}
</style>