Shades of Crusoe #1E5A2E
Tints of Crusoe #1E5A2E
RGB
CMYK
RGB Variations
Color information
#1E5A2E (or 0x1E5A2E) is known color: Crusoe. HEX triplet: 1E, 5A and 2E. RGB value is (30,90,46). Sum of RGB (Red+Green+Blue) = 30+90+46=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 90 (35.55% from 255 or 54.22% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 90 - color contains mainly: green. Hex color #1E5A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5A2E is #E1A5D1. Grayscale: #434343. Windows color (decimal): -14788050 or 3037726. OLE color: 3037726.
HSL color Cylindrical-coordinate representation of color #1E5A2E: hue angle of 136º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5A2E is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 90 | 46 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.65 |
| HSL | 136º | 0.5% | 0.24% | - |
| HSV(B) | 136º | 0.67% | 0.35% | - |
| XYZ | 4.68 | 7.79 | 3.84 | - |
| YUV | 67.04 | 116.12 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 46 | 0.67 | 0 | 0.49 | 0.65 | 136 | 0.5 | 0.24 |
| Hex | 1E | 5A | 2E | 43 | 0 | 31 | 41 | 88 | 32 | 18 |
| Octal | 36 | 132 | 56 | 103 | 0 | 61 | 101 | 210 | 62 | 30 |
| Binary | 11110 | 1011010 | 101110 | 1000011 | 0 | 110001 | 1000001 | 10001000 | 110010 | 11000 |
Color Harmonies of #1E5A2E
Complementary color
Monochromatic Colors of #1E5A2E
Black with #1E5A2E
Text Example
Text Example
White with #1E5A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5A2E; }
p { color: rgb(30,90,46); }
H1.HeaderClassName
{
color: #1E5A2E;
}
.AnyTagClassName
{
color: #1E5A2E;
}
</style>
background-color css
<style>
a { background-color: #1E5A2E; }
a { background-color: rgb(30,90,46); }
div.DivClassName
{
background-color: #1E5A2E;
}
.BgClassName
{
background-color: #1E5A2E;
}
</style>
border-color css
<style>
span { border-color: #1E5A2E; }
span { border-color: rgb(30,90,46); }
td.TdClassName
{
border-color: #1E5A2E;
}
.TagClassName
{
border-color: #1E5A2E;
}
</style>