Shades of Crusoe #1E552A
Tints of Crusoe #1E552A
RGB
CMYK
RGB Variations
Color information
#1E552A (or 0x1E552A) is known color: Crusoe. HEX triplet: 1E, 55 and 2A. RGB value is (30,85,42). Sum of RGB (Red+Green+Blue) = 30+85+42=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #1E552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E552A is #E1AAD5. Grayscale: #3F3F3F. Windows color (decimal): -14789334 or 2774302. OLE color: 2774302.
HSL color Cylindrical-coordinate representation of color #1E552A: hue angle of 133.09º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E552A is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 85 | 42 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.67 |
| HSL | 133.09º | 0.48% | 0.23% | - |
| HSV(B) | 133.09º | 0.65% | 0.33% | - |
| XYZ | 4.2 | 6.94 | 3.31 | - |
| YUV | 63.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 42 | 0.65 | 0 | 0.51 | 0.67 | 133.09 | 0.48 | 0.23 |
| Hex | 1E | 55 | 2A | 41 | 0 | 33 | 43 | 85 | 30 | 17 |
| Octal | 36 | 125 | 52 | 101 | 0 | 63 | 103 | 205 | 60 | 27 |
| Binary | 11110 | 1010101 | 101010 | 1000001 | 0 | 110011 | 1000011 | 10000101 | 110000 | 10111 |
Color Harmonies of #1E552A
Complementary color
Monochromatic Colors of #1E552A
Black with #1E552A
Text Example
Text Example
White with #1E552A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E552A; }
p { color: rgb(30,85,42); }
H1.HeaderClassName
{
color: #1E552A;
}
.AnyTagClassName
{
color: #1E552A;
}
</style>
background-color css
<style>
a { background-color: #1E552A; }
a { background-color: rgb(30,85,42); }
div.DivClassName
{
background-color: #1E552A;
}
.BgClassName
{
background-color: #1E552A;
}
</style>
border-color css
<style>
span { border-color: #1E552A; }
span { border-color: rgb(30,85,42); }
td.TdClassName
{
border-color: #1E552A;
}
.TagClassName
{
border-color: #1E552A;
}
</style>