Shades of Crusoe #1C582E
Tints of Crusoe #1C582E
RGB
CMYK
RGB Variations
Color information
#1C582E (or 0x1C582E) is known color: Crusoe. HEX triplet: 1C, 58 and 2E. RGB value is (28,88,46). Sum of RGB (Red+Green+Blue) = 28+88+46=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #1C582E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C582E is #E3A7D1. Grayscale: #414141. Windows color (decimal): -14919634 or 3037212. OLE color: 3037212.
HSL color Cylindrical-coordinate representation of color #1C582E: hue angle of 138º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C582E is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 88 | 46 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.65 |
| HSL | 138º | 0.52% | 0.23% | - |
| HSV(B) | 138º | 0.68% | 0.35% | - |
| XYZ | 4.46 | 7.42 | 3.78 | - |
| YUV | 65.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 88 | 46 | 0.68 | 0 | 0.48 | 0.65 | 138 | 0.52 | 0.23 |
| Hex | 1C | 58 | 2E | 44 | 0 | 30 | 41 | 8A | 34 | 17 |
| Octal | 34 | 130 | 56 | 104 | 0 | 60 | 101 | 212 | 64 | 27 |
| Binary | 11100 | 1011000 | 101110 | 1000100 | 0 | 110000 | 1000001 | 10001010 | 110100 | 10111 |
Color Harmonies of #1C582E
Complementary color
Monochromatic Colors of #1C582E
Black with #1C582E
Text Example
Text Example
White with #1C582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C582E; }
p { color: rgb(28,88,46); }
H1.HeaderClassName
{
color: #1C582E;
}
.AnyTagClassName
{
color: #1C582E;
}
</style>
background-color css
<style>
a { background-color: #1C582E; }
a { background-color: rgb(28,88,46); }
div.DivClassName
{
background-color: #1C582E;
}
.BgClassName
{
background-color: #1C582E;
}
</style>
border-color css
<style>
span { border-color: #1C582E; }
span { border-color: rgb(28,88,46); }
td.TdClassName
{
border-color: #1C582E;
}
.TagClassName
{
border-color: #1C582E;
}
</style>