Shades of Crusoe #1A602C
Tints of Crusoe #1A602C
RGB
CMYK
RGB Variations
Color information
#1A602C (or 0x1A602C) is known color: Crusoe. HEX triplet: 1A, 60 and 2C. RGB value is (26,96,44). Sum of RGB (Red+Green+Blue) = 26+96+44=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #1A602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A602C is #E59FD3. Grayscale: #454545. Windows color (decimal): -15048660 or 2908186. OLE color: 2908186.
HSL color Cylindrical-coordinate representation of color #1A602C: hue angle of 135.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A602C is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 96 | 44 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.62 |
| HSL | 135.43º | 0.57% | 0.24% | - |
| HSV(B) | 135.43º | 0.73% | 0.38% | - |
| XYZ | 5.06 | 8.77 | 3.81 | - |
| YUV | 69.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 44 | 0.73 | 0 | 0.54 | 0.62 | 135.43 | 0.57 | 0.24 |
| Hex | 1A | 60 | 2C | 49 | 0 | 36 | 3E | 87 | 39 | 18 |
| Octal | 32 | 140 | 54 | 111 | 0 | 66 | 76 | 207 | 71 | 30 |
| Binary | 11010 | 1100000 | 101100 | 1001001 | 0 | 110110 | 111110 | 10000111 | 111001 | 11000 |
Color Harmonies of #1A602C
Complementary color
Monochromatic Colors of #1A602C
Black with #1A602C
Text Example
Text Example
White with #1A602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A602C; }
p { color: rgb(26,96,44); }
H1.HeaderClassName
{
color: #1A602C;
}
.AnyTagClassName
{
color: #1A602C;
}
</style>
background-color css
<style>
a { background-color: #1A602C; }
a { background-color: rgb(26,96,44); }
div.DivClassName
{
background-color: #1A602C;
}
.BgClassName
{
background-color: #1A602C;
}
</style>
border-color css
<style>
span { border-color: #1A602C; }
span { border-color: rgb(26,96,44); }
td.TdClassName
{
border-color: #1A602C;
}
.TagClassName
{
border-color: #1A602C;
}
</style>