Shades of Crusoe #1E5D2A
Tints of Crusoe #1E5D2A
RGB
CMYK
RGB Variations
Color information
#1E5D2A (or 0x1E5D2A) is known color: Crusoe. HEX triplet: 1E, 5D and 2A. RGB value is (30,93,42). Sum of RGB (Red+Green+Blue) = 30+93+42=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 93 (36.72% from 255 or 56.36% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 93 - color contains mainly: green. Hex color #1E5D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5D2A is #E1A2D5. Grayscale: #444444. Windows color (decimal): -14787286 or 2776350. OLE color: 2776350.
HSL color Cylindrical-coordinate representation of color #1E5D2A: hue angle of 131.43º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E5D2A is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 93 | 42 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.64 |
| HSL | 131.43º | 0.51% | 0.24% | - |
| HSV(B) | 131.43º | 0.68% | 0.36% | - |
| XYZ | 4.87 | 8.27 | 3.53 | - |
| YUV | 68.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 93 | 42 | 0.68 | 0 | 0.55 | 0.64 | 131.43 | 0.51 | 0.24 |
| Hex | 1E | 5D | 2A | 44 | 0 | 37 | 40 | 83 | 33 | 18 |
| Octal | 36 | 135 | 52 | 104 | 0 | 67 | 100 | 203 | 63 | 30 |
| Binary | 11110 | 1011101 | 101010 | 1000100 | 0 | 110111 | 1000000 | 10000011 | 110011 | 11000 |
Color Harmonies of #1E5D2A
Complementary color
Monochromatic Colors of #1E5D2A
Black with #1E5D2A
Text Example
Text Example
White with #1E5D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5D2A; }
p { color: rgb(30,93,42); }
H1.HeaderClassName
{
color: #1E5D2A;
}
.AnyTagClassName
{
color: #1E5D2A;
}
</style>
background-color css
<style>
a { background-color: #1E5D2A; }
a { background-color: rgb(30,93,42); }
div.DivClassName
{
background-color: #1E5D2A;
}
.BgClassName
{
background-color: #1E5D2A;
}
</style>
border-color css
<style>
span { border-color: #1E5D2A; }
span { border-color: rgb(30,93,42); }
td.TdClassName
{
border-color: #1E5D2A;
}
.TagClassName
{
border-color: #1E5D2A;
}
</style>