Shades of Crusoe #1C5A2A
Tints of Crusoe #1C5A2A
RGB
CMYK
RGB Variations
Color information
#1C5A2A (or 0x1C5A2A) is known color: Crusoe. HEX triplet: 1C, 5A and 2A. RGB value is (28,90,42). Sum of RGB (Red+Green+Blue) = 28+90+42=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #1C5A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5A2A is #E3A5D5. Grayscale: #424242. Windows color (decimal): -14919126 or 2775580. OLE color: 2775580.
HSL color Cylindrical-coordinate representation of color #1C5A2A: hue angle of 133.55º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C5A2A is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 90 | 42 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.65 |
| HSL | 133.55º | 0.53% | 0.23% | - |
| HSV(B) | 133.55º | 0.69% | 0.35% | - |
| XYZ | 4.55 | 7.73 | 3.44 | - |
| YUV | 65.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 90 | 42 | 0.69 | 0 | 0.53 | 0.65 | 133.55 | 0.53 | 0.23 |
| Hex | 1C | 5A | 2A | 45 | 0 | 35 | 41 | 86 | 35 | 17 |
| Octal | 34 | 132 | 52 | 105 | 0 | 65 | 101 | 206 | 65 | 27 |
| Binary | 11100 | 1011010 | 101010 | 1000101 | 0 | 110101 | 1000001 | 10000110 | 110101 | 10111 |
Color Harmonies of #1C5A2A
Complementary color
Monochromatic Colors of #1C5A2A
Black with #1C5A2A
Text Example
Text Example
White with #1C5A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5A2A; }
p { color: rgb(28,90,42); }
H1.HeaderClassName
{
color: #1C5A2A;
}
.AnyTagClassName
{
color: #1C5A2A;
}
</style>
background-color css
<style>
a { background-color: #1C5A2A; }
a { background-color: rgb(28,90,42); }
div.DivClassName
{
background-color: #1C5A2A;
}
.BgClassName
{
background-color: #1C5A2A;
}
</style>
border-color css
<style>
span { border-color: #1C5A2A; }
span { border-color: rgb(28,90,42); }
td.TdClassName
{
border-color: #1C5A2A;
}
.TagClassName
{
border-color: #1C5A2A;
}
</style>