Shades of Crusoe #1E5829
Tints of Crusoe #1E5829
RGB
CMYK
RGB Variations
Color information
#1E5829 (or 0x1E5829) is known color: Crusoe. HEX triplet: 1E, 58 and 29. RGB value is (30,88,41). Sum of RGB (Red+Green+Blue) = 30+88+41=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #1E5829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5829 is #E1A7D6. Grayscale: #414141. Windows color (decimal): -14788567 or 2709534. OLE color: 2709534.
HSL color Cylindrical-coordinate representation of color #1E5829: hue angle of 131.38º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E5829 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 88 | 41 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.65 |
| HSL | 131.38º | 0.49% | 0.23% | - |
| HSV(B) | 131.38º | 0.66% | 0.35% | - |
| XYZ | 4.43 | 7.42 | 3.3 | - |
| YUV | 65.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 88 | 41 | 0.66 | 0 | 0.53 | 0.65 | 131.38 | 0.49 | 0.23 |
| Hex | 1E | 58 | 29 | 42 | 0 | 35 | 41 | 83 | 31 | 17 |
| Octal | 36 | 130 | 51 | 102 | 0 | 65 | 101 | 203 | 61 | 27 |
| Binary | 11110 | 1011000 | 101001 | 1000010 | 0 | 110101 | 1000001 | 10000011 | 110001 | 10111 |
Color Harmonies of #1E5829
Complementary color
Monochromatic Colors of #1E5829
Black with #1E5829
Text Example
Text Example
White with #1E5829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5829; }
p { color: rgb(30,88,41); }
H1.HeaderClassName
{
color: #1E5829;
}
.AnyTagClassName
{
color: #1E5829;
}
</style>
background-color css
<style>
a { background-color: #1E5829; }
a { background-color: rgb(30,88,41); }
div.DivClassName
{
background-color: #1E5829;
}
.BgClassName
{
background-color: #1E5829;
}
</style>
border-color css
<style>
span { border-color: #1E5829; }
span { border-color: rgb(30,88,41); }
td.TdClassName
{
border-color: #1E5829;
}
.TagClassName
{
border-color: #1E5829;
}
</style>