Shades of Crusoe #1C5A2F
Tints of Crusoe #1C5A2F
RGB
CMYK
RGB Variations
Color information
#1C5A2F (or 0x1C5A2F) is known color: Crusoe. HEX triplet: 1C, 5A and 2F. RGB value is (28,90,47). Sum of RGB (Red+Green+Blue) = 28+90+47=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #1C5A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5A2F is #E3A5D0. Grayscale: #424242. Windows color (decimal): -14919121 or 3103260. OLE color: 3103260.
HSL color Cylindrical-coordinate representation of color #1C5A2F: hue angle of 138.39º 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 #1C5A2F is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 90 | 47 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.65 |
| HSL | 138.39º | 0.53% | 0.23% | - |
| HSV(B) | 138.39º | 0.69% | 0.35% | - |
| XYZ | 4.65 | 7.76 | 3.94 | - |
| YUV | 66.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 90 | 47 | 0.69 | 0 | 0.48 | 0.65 | 138.39 | 0.53 | 0.23 |
| Hex | 1C | 5A | 2F | 45 | 0 | 30 | 41 | 8A | 35 | 17 |
| Octal | 34 | 132 | 57 | 105 | 0 | 60 | 101 | 212 | 65 | 27 |
| Binary | 11100 | 1011010 | 101111 | 1000101 | 0 | 110000 | 1000001 | 10001010 | 110101 | 10111 |
Color Harmonies of #1C5A2F
Complementary color
Monochromatic Colors of #1C5A2F
Black with #1C5A2F
Text Example
Text Example
White with #1C5A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5A2F; }
p { color: rgb(28,90,47); }
H1.HeaderClassName
{
color: #1C5A2F;
}
.AnyTagClassName
{
color: #1C5A2F;
}
</style>
background-color css
<style>
a { background-color: #1C5A2F; }
a { background-color: rgb(28,90,47); }
div.DivClassName
{
background-color: #1C5A2F;
}
.BgClassName
{
background-color: #1C5A2F;
}
</style>
border-color css
<style>
span { border-color: #1C5A2F; }
span { border-color: rgb(28,90,47); }
td.TdClassName
{
border-color: #1C5A2F;
}
.TagClassName
{
border-color: #1C5A2F;
}
</style>