Shades of Crusoe #105C2B
Tints of Crusoe #105C2B
RGB
CMYK
RGB Variations
Color information
#105C2B (or 0x105C2B) is known color: Crusoe. HEX triplet: 10, 5C and 2B. RGB value is (16,92,43). Sum of RGB (Red+Green+Blue) = 16+92+43=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 92 (36.33% from 255 or 60.93% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 92 - color contains mainly: green. Hex color #105C2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105C2B is #EFA3D4. Grayscale: #3F3F3F. Windows color (decimal): -15705045 or 2841616. OLE color: 2841616.
HSL color Cylindrical-coordinate representation of color #105C2B: hue angle of 141.32º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105C2B is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 43 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.64 |
| HSL | 141.32º | 0.7% | 0.21% | - |
| HSV(B) | 141.32º | 0.83% | 0.36% | - |
| XYZ | 4.48 | 7.94 | 3.58 | - |
| YUV | 63.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 43 | 0.83 | 0 | 0.53 | 0.64 | 141.32 | 0.7 | 0.21 |
| Hex | 10 | 5C | 2B | 53 | 0 | 35 | 40 | 8D | 46 | 15 |
| Octal | 20 | 134 | 53 | 123 | 0 | 65 | 100 | 215 | 106 | 25 |
| Binary | 10000 | 1011100 | 101011 | 1010011 | 0 | 110101 | 1000000 | 10001101 | 1000110 | 10101 |
Color Harmonies of #105C2B
Complementary color
Monochromatic Colors of #105C2B
Black with #105C2B
Text Example
Text Example
White with #105C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C2B; }
p { color: rgb(16,92,43); }
H1.HeaderClassName
{
color: #105C2B;
}
.AnyTagClassName
{
color: #105C2B;
}
</style>
background-color css
<style>
a { background-color: #105C2B; }
a { background-color: rgb(16,92,43); }
div.DivClassName
{
background-color: #105C2B;
}
.BgClassName
{
background-color: #105C2B;
}
</style>
border-color css
<style>
span { border-color: #105C2B; }
span { border-color: rgb(16,92,43); }
td.TdClassName
{
border-color: #105C2B;
}
.TagClassName
{
border-color: #105C2B;
}
</style>