Shades of Crusoe #1B602C
Tints of Crusoe #1B602C
RGB
CMYK
RGB Variations
Color information
#1B602C (or 0x1B602C) is known color: Crusoe. HEX triplet: 1B, 60 and 2C. RGB value is (27,96,44). Sum of RGB (Red+Green+Blue) = 27+96+44=167 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.17% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #1B602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B602C is #E49FD3. Grayscale: #454545. Windows color (decimal): -14983124 or 2908187. OLE color: 2908187.
HSL color Cylindrical-coordinate representation of color #1B602C: hue angle of 134.78º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B602C is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 96 | 44 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.62 |
| HSL | 134.78º | 0.56% | 0.24% | - |
| HSV(B) | 134.78º | 0.72% | 0.38% | - |
| XYZ | 5.09 | 8.78 | 3.81 | - |
| YUV | 69.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 96 | 44 | 0.72 | 0 | 0.54 | 0.62 | 134.78 | 0.56 | 0.24 |
| Hex | 1B | 60 | 2C | 48 | 0 | 36 | 3E | 87 | 38 | 18 |
| Octal | 33 | 140 | 54 | 110 | 0 | 66 | 76 | 207 | 70 | 30 |
| Binary | 11011 | 1100000 | 101100 | 1001000 | 0 | 110110 | 111110 | 10000111 | 111000 | 11000 |
Color Harmonies of #1B602C
Complementary color
Monochromatic Colors of #1B602C
Black with #1B602C
Text Example
Text Example
White with #1B602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B602C; }
p { color: rgb(27,96,44); }
H1.HeaderClassName
{
color: #1B602C;
}
.AnyTagClassName
{
color: #1B602C;
}
</style>
background-color css
<style>
a { background-color: #1B602C; }
a { background-color: rgb(27,96,44); }
div.DivClassName
{
background-color: #1B602C;
}
.BgClassName
{
background-color: #1B602C;
}
</style>
border-color css
<style>
span { border-color: #1B602C; }
span { border-color: rgb(27,96,44); }
td.TdClassName
{
border-color: #1B602C;
}
.TagClassName
{
border-color: #1B602C;
}
</style>