Shades of Crusoe #1E5C2A
Tints of Crusoe #1E5C2A
RGB
CMYK
RGB Variations
Color information
#1E5C2A (or 0x1E5C2A) is known color: Crusoe. HEX triplet: 1E, 5C and 2A. RGB value is (30,92,42). Sum of RGB (Red+Green+Blue) = 30+92+42=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 92 (36.33% from 255 or 56.10% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 92 - color contains mainly: green. Hex color #1E5C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5C2A is #E1A3D5. Grayscale: #434343. Windows color (decimal): -14787542 or 2776094. OLE color: 2776094.
HSL color Cylindrical-coordinate representation of color #1E5C2A: hue angle of 131.61º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5C2A is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 92 | 42 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.64 |
| HSL | 131.61º | 0.51% | 0.24% | - |
| HSV(B) | 131.61º | 0.67% | 0.36% | - |
| XYZ | 4.78 | 8.1 | 3.5 | - |
| YUV | 67.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 42 | 0.67 | 0 | 0.54 | 0.64 | 131.61 | 0.51 | 0.24 |
| Hex | 1E | 5C | 2A | 43 | 0 | 36 | 40 | 84 | 33 | 18 |
| Octal | 36 | 134 | 52 | 103 | 0 | 66 | 100 | 204 | 63 | 30 |
| Binary | 11110 | 1011100 | 101010 | 1000011 | 0 | 110110 | 1000000 | 10000100 | 110011 | 11000 |
Color Harmonies of #1E5C2A
Complementary color
Monochromatic Colors of #1E5C2A
Black with #1E5C2A
Text Example
Text Example
White with #1E5C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5C2A; }
p { color: rgb(30,92,42); }
H1.HeaderClassName
{
color: #1E5C2A;
}
.AnyTagClassName
{
color: #1E5C2A;
}
</style>
background-color css
<style>
a { background-color: #1E5C2A; }
a { background-color: rgb(30,92,42); }
div.DivClassName
{
background-color: #1E5C2A;
}
.BgClassName
{
background-color: #1E5C2A;
}
</style>
border-color css
<style>
span { border-color: #1E5C2A; }
span { border-color: rgb(30,92,42); }
td.TdClassName
{
border-color: #1E5C2A;
}
.TagClassName
{
border-color: #1E5C2A;
}
</style>