Shades of Crusoe #1A4E28
Tints of Crusoe #1A4E28
RGB
CMYK
RGB Variations
Color information
#1A4E28 (or 0x1A4E28) is known color: Crusoe. HEX triplet: 1A, 4E and 28. RGB value is (26,78,40). Sum of RGB (Red+Green+Blue) = 26+78+40=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #1A4E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4E28 is #E5B1D7. Grayscale: #3A3A3A. Windows color (decimal): -15053272 or 2641434. OLE color: 2641434.
HSL color Cylindrical-coordinate representation of color #1A4E28: hue angle of 136.15º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4E28 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 78 | 40 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.69 |
| HSL | 136.15º | 0.5% | 0.2% | - |
| HSV(B) | 136.15º | 0.67% | 0.31% | - |
| XYZ | 3.53 | 5.82 | 2.94 | - |
| YUV | 58.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 40 | 0.67 | 0 | 0.49 | 0.69 | 136.15 | 0.5 | 0.2 |
| Hex | 1A | 4E | 28 | 43 | 0 | 31 | 45 | 88 | 32 | 14 |
| Octal | 32 | 116 | 50 | 103 | 0 | 61 | 105 | 210 | 62 | 24 |
| Binary | 11010 | 1001110 | 101000 | 1000011 | 0 | 110001 | 1000101 | 10001000 | 110010 | 10100 |
Color Harmonies of #1A4E28
Complementary color
Monochromatic Colors of #1A4E28
Black with #1A4E28
Text Example
Text Example
White with #1A4E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E28; }
p { color: rgb(26,78,40); }
H1.HeaderClassName
{
color: #1A4E28;
}
.AnyTagClassName
{
color: #1A4E28;
}
</style>
background-color css
<style>
a { background-color: #1A4E28; }
a { background-color: rgb(26,78,40); }
div.DivClassName
{
background-color: #1A4E28;
}
.BgClassName
{
background-color: #1A4E28;
}
</style>
border-color css
<style>
span { border-color: #1A4E28; }
span { border-color: rgb(26,78,40); }
td.TdClassName
{
border-color: #1A4E28;
}
.TagClassName
{
border-color: #1A4E28;
}
</style>