Shades of Crusoe #105B2F
Tints of Crusoe #105B2F
RGB
CMYK
RGB Variations
Color information
#105B2F (or 0x105B2F) is known color: Crusoe. HEX triplet: 10, 5B and 2F. RGB value is (16,91,47). Sum of RGB (Red+Green+Blue) = 16+91+47=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 91 (35.94% from 255 or 59.09% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 91 - color contains mainly: green. Hex color #105B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105B2F is #EFA4D0. Grayscale: #3F3F3F. Windows color (decimal): -15705297 or 3103504. OLE color: 3103504.
HSL color Cylindrical-coordinate representation of color #105B2F: hue angle of 144.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105B2F is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 91 | 47 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.64 |
| HSL | 144.8º | 0.7% | 0.21% | - |
| HSV(B) | 144.8º | 0.82% | 0.36% | - |
| XYZ | 4.47 | 7.8 | 3.96 | - |
| YUV | 63.56 | 118.65 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 47 | 0.82 | 0 | 0.48 | 0.64 | 144.8 | 0.7 | 0.21 |
| Hex | 10 | 5B | 2F | 52 | 0 | 30 | 40 | 91 | 46 | 15 |
| Octal | 20 | 133 | 57 | 122 | 0 | 60 | 100 | 221 | 106 | 25 |
| Binary | 10000 | 1011011 | 101111 | 1010010 | 0 | 110000 | 1000000 | 10010001 | 1000110 | 10101 |
Color Harmonies of #105B2F
Complementary color
Monochromatic Colors of #105B2F
Black with #105B2F
Text Example
Text Example
White with #105B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105B2F; }
p { color: rgb(16,91,47); }
H1.HeaderClassName
{
color: #105B2F;
}
.AnyTagClassName
{
color: #105B2F;
}
</style>
background-color css
<style>
a { background-color: #105B2F; }
a { background-color: rgb(16,91,47); }
div.DivClassName
{
background-color: #105B2F;
}
.BgClassName
{
background-color: #105B2F;
}
</style>
border-color css
<style>
span { border-color: #105B2F; }
span { border-color: rgb(16,91,47); }
td.TdClassName
{
border-color: #105B2F;
}
.TagClassName
{
border-color: #105B2F;
}
</style>