Shades of Crusoe #1B5C2A
Tints of Crusoe #1B5C2A
RGB
CMYK
RGB Variations
Color information
#1B5C2A (or 0x1B5C2A) is known color: Crusoe. HEX triplet: 1B, 5C and 2A. RGB value is (27,92,42). Sum of RGB (Red+Green+Blue) = 27+92+42=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 92 (36.33% from 255 or 57.14% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 92 - color contains mainly: green. Hex color #1B5C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5C2A is #E4A3D5. Grayscale: #434343. Windows color (decimal): -14984150 or 2776091. OLE color: 2776091.
HSL color Cylindrical-coordinate representation of color #1B5C2A: hue angle of 133.85º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B5C2A is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 92 | 42 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.64 |
| HSL | 133.85º | 0.55% | 0.23% | - |
| HSV(B) | 133.85º | 0.71% | 0.36% | - |
| XYZ | 4.7 | 8.05 | 3.5 | - |
| YUV | 66.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 42 | 0.71 | 0 | 0.54 | 0.64 | 133.85 | 0.55 | 0.23 |
| Hex | 1B | 5C | 2A | 47 | 0 | 36 | 40 | 86 | 37 | 17 |
| Octal | 33 | 134 | 52 | 107 | 0 | 66 | 100 | 206 | 67 | 27 |
| Binary | 11011 | 1011100 | 101010 | 1000111 | 0 | 110110 | 1000000 | 10000110 | 110111 | 10111 |
Color Harmonies of #1B5C2A
Complementary color
Monochromatic Colors of #1B5C2A
Black with #1B5C2A
Text Example
Text Example
White with #1B5C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5C2A; }
p { color: rgb(27,92,42); }
H1.HeaderClassName
{
color: #1B5C2A;
}
.AnyTagClassName
{
color: #1B5C2A;
}
</style>
background-color css
<style>
a { background-color: #1B5C2A; }
a { background-color: rgb(27,92,42); }
div.DivClassName
{
background-color: #1B5C2A;
}
.BgClassName
{
background-color: #1B5C2A;
}
</style>
border-color css
<style>
span { border-color: #1B5C2A; }
span { border-color: rgb(27,92,42); }
td.TdClassName
{
border-color: #1B5C2A;
}
.TagClassName
{
border-color: #1B5C2A;
}
</style>