Shades of Crusoe #1C5C2A
Tints of Crusoe #1C5C2A
RGB
CMYK
RGB Variations
Color information
#1C5C2A (or 0x1C5C2A) is known color: Crusoe. HEX triplet: 1C, 5C and 2A. RGB value is (28,92,42). Sum of RGB (Red+Green+Blue) = 28+92+42=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #1C5C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5C2A is #E3A3D5. Grayscale: #434343. Windows color (decimal): -14918614 or 2776092. OLE color: 2776092.
HSL color Cylindrical-coordinate representation of color #1C5C2A: hue angle of 133.12º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C5C2A is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 92 | 42 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.64 |
| HSL | 133.13º | 0.53% | 0.24% | - |
| HSV(B) | 133.13º | 0.7% | 0.36% | - |
| XYZ | 4.72 | 8.07 | 3.5 | - |
| YUV | 67.16 | 113.8 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 42 | 0.70 | 0 | 0.54 | 0.64 | 133.13 | 0.53 | 0.24 |
| Hex | 1C | 5C | 2A | 46 | 0 | 36 | 40 | 85 | 35 | 18 |
| Octal | 34 | 134 | 52 | 106 | 0 | 66 | 100 | 205 | 65 | 30 |
| Binary | 11100 | 1011100 | 101010 | 1000110 | 0 | 110110 | 1000000 | 10000101 | 110101 | 11000 |
Color Harmonies of #1C5C2A
Complementary color
Monochromatic Colors of #1C5C2A
Black with #1C5C2A
Text Example
Text Example
White with #1C5C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5C2A; }
p { color: rgb(28,92,42); }
H1.HeaderClassName
{
color: #1C5C2A;
}
.AnyTagClassName
{
color: #1C5C2A;
}
</style>
background-color css
<style>
a { background-color: #1C5C2A; }
a { background-color: rgb(28,92,42); }
div.DivClassName
{
background-color: #1C5C2A;
}
.BgClassName
{
background-color: #1C5C2A;
}
</style>
border-color css
<style>
span { border-color: #1C5C2A; }
span { border-color: rgb(28,92,42); }
td.TdClassName
{
border-color: #1C5C2A;
}
.TagClassName
{
border-color: #1C5C2A;
}
</style>