Shades of Crusoe #095F2B
Tints of Crusoe #095F2B
RGB
CMYK
RGB Variations
Color information
#095F2B (or 0x095F2B) is known color: Crusoe. HEX triplet: 09, 5F and 2B. RGB value is (9,95,43). Sum of RGB (Red+Green+Blue) = 9+95+43=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 95 (37.5% from 255 or 64.63% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 95 - color contains mainly: green. Hex color #095F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F2B is #F6A0D4. Grayscale: #3F3F3F. Windows color (decimal): -16163029 or 2842377. OLE color: 2842377.
HSL color Cylindrical-coordinate representation of color #095F2B: hue angle of 143.72º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095F2B is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 43 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.63 |
| HSL | 143.72º | 0.83% | 0.2% | - |
| HSV(B) | 143.72º | 0.91% | 0.37% | - |
| XYZ | 4.64 | 8.42 | 3.67 | - |
| YUV | 63.36 | 116.51 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 43 | 0.91 | 0 | 0.55 | 0.63 | 143.72 | 0.83 | 0.2 |
| Hex | 9 | 5F | 2B | 5B | 0 | 37 | 3F | 90 | 53 | 14 |
| Octal | 11 | 137 | 53 | 133 | 0 | 67 | 77 | 220 | 123 | 24 |
| Binary | 1001 | 1011111 | 101011 | 1011011 | 0 | 110111 | 111111 | 10010000 | 1010011 | 10100 |
Color Harmonies of #095F2B
Complementary color
Monochromatic Colors of #095F2B
Black with #095F2B
Text Example
Text Example
White with #095F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F2B; }
p { color: rgb(9,95,43); }
H1.HeaderClassName
{
color: #095F2B;
}
.AnyTagClassName
{
color: #095F2B;
}
</style>
background-color css
<style>
a { background-color: #095F2B; }
a { background-color: rgb(9,95,43); }
div.DivClassName
{
background-color: #095F2B;
}
.BgClassName
{
background-color: #095F2B;
}
</style>
border-color css
<style>
span { border-color: #095F2B; }
span { border-color: rgb(9,95,43); }
td.TdClassName
{
border-color: #095F2B;
}
.TagClassName
{
border-color: #095F2B;
}
</style>