Shades of Crusoe #1B572F
Tints of Crusoe #1B572F
RGB
CMYK
RGB Variations
Color information
#1B572F (or 0x1B572F) is known color: Crusoe. HEX triplet: 1B, 57 and 2F. RGB value is (27,87,47). Sum of RGB (Red+Green+Blue) = 27+87+47=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #1B572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B572F is #E4A8D0. Grayscale: #404040. Windows color (decimal): -14985425 or 3102491. OLE color: 3102491.
HSL color Cylindrical-coordinate representation of color #1B572F: hue angle of 140º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B572F is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 87 | 47 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.66 |
| HSL | 140º | 0.53% | 0.22% | - |
| HSV(B) | 140º | 0.69% | 0.34% | - |
| XYZ | 4.37 | 7.25 | 3.86 | - |
| YUV | 64.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 87 | 47 | 0.69 | 0 | 0.46 | 0.66 | 140 | 0.53 | 0.22 |
| Hex | 1B | 57 | 2F | 45 | 0 | 2E | 42 | 8C | 35 | 16 |
| Octal | 33 | 127 | 57 | 105 | 0 | 56 | 102 | 214 | 65 | 26 |
| Binary | 11011 | 1010111 | 101111 | 1000101 | 0 | 101110 | 1000010 | 10001100 | 110101 | 10110 |
Color Harmonies of #1B572F
Complementary color
Monochromatic Colors of #1B572F
Black with #1B572F
Text Example
Text Example
White with #1B572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B572F; }
p { color: rgb(27,87,47); }
H1.HeaderClassName
{
color: #1B572F;
}
.AnyTagClassName
{
color: #1B572F;
}
</style>
background-color css
<style>
a { background-color: #1B572F; }
a { background-color: rgb(27,87,47); }
div.DivClassName
{
background-color: #1B572F;
}
.BgClassName
{
background-color: #1B572F;
}
</style>
border-color css
<style>
span { border-color: #1B572F; }
span { border-color: rgb(27,87,47); }
td.TdClassName
{
border-color: #1B572F;
}
.TagClassName
{
border-color: #1B572F;
}
</style>