Shades of Crusoe #1A502E
Tints of Crusoe #1A502E
RGB
CMYK
RGB Variations
Color information
#1A502E (or 0x1A502E) is known color: Crusoe. HEX triplet: 1A, 50 and 2E. RGB value is (26,80,46). Sum of RGB (Red+Green+Blue) = 26+80+46=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #1A502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A502E is #E5AFD1. Grayscale: #3C3C3C. Windows color (decimal): -15052754 or 3035162. OLE color: 3035162.
HSL color Cylindrical-coordinate representation of color #1A502E: hue angle of 142.22º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A502E is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 80 | 46 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.69 |
| HSL | 142.22º | 0.51% | 0.21% | - |
| HSV(B) | 142.22º | 0.68% | 0.31% | - |
| XYZ | 3.79 | 6.15 | 3.57 | - |
| YUV | 59.98 | 120.11 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 46 | 0.67 | 0 | 0.42 | 0.69 | 142.22 | 0.51 | 0.21 |
| Hex | 1A | 50 | 2E | 43 | 0 | 2A | 45 | 8E | 33 | 15 |
| Octal | 32 | 120 | 56 | 103 | 0 | 52 | 105 | 216 | 63 | 25 |
| Binary | 11010 | 1010000 | 101110 | 1000011 | 0 | 101010 | 1000101 | 10001110 | 110011 | 10101 |
Color Harmonies of #1A502E
Complementary color
Monochromatic Colors of #1A502E
Black with #1A502E
Text Example
Text Example
White with #1A502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A502E; }
p { color: rgb(26,80,46); }
H1.HeaderClassName
{
color: #1A502E;
}
.AnyTagClassName
{
color: #1A502E;
}
</style>
background-color css
<style>
a { background-color: #1A502E; }
a { background-color: rgb(26,80,46); }
div.DivClassName
{
background-color: #1A502E;
}
.BgClassName
{
background-color: #1A502E;
}
</style>
border-color css
<style>
span { border-color: #1A502E; }
span { border-color: rgb(26,80,46); }
td.TdClassName
{
border-color: #1A502E;
}
.TagClassName
{
border-color: #1A502E;
}
</style>