Shades of Crusoe #095F2C
Tints of Crusoe #095F2C
RGB
CMYK
RGB Variations
Color information
#095F2C (or 0x095F2C) is known color: Crusoe. HEX triplet: 09, 5F and 2C. RGB value is (9,95,44). Sum of RGB (Red+Green+Blue) = 9+95+44=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 95 (37.5% from 255 or 64.19% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 95 - color contains mainly: green. Hex color #095F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F2C is #F6A0D3. Grayscale: #3F3F3F. Windows color (decimal): -16163028 or 2907913. OLE color: 2907913.
HSL color Cylindrical-coordinate representation of color #095F2C: hue angle of 144.42º 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 #095F2C is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 44 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.63 |
| HSL | 144.42º | 0.83% | 0.2% | - |
| HSV(B) | 144.42º | 0.91% | 0.37% | - |
| XYZ | 4.66 | 8.42 | 3.76 | - |
| YUV | 63.47 | 117.01 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 44 | 0.91 | 0 | 0.54 | 0.63 | 144.42 | 0.83 | 0.2 |
| Hex | 9 | 5F | 2C | 5B | 0 | 36 | 3F | 90 | 53 | 14 |
| Octal | 11 | 137 | 54 | 133 | 0 | 66 | 77 | 220 | 123 | 24 |
| Binary | 1001 | 1011111 | 101100 | 1011011 | 0 | 110110 | 111111 | 10010000 | 1010011 | 10100 |
Color Harmonies of #095F2C
Complementary color
Monochromatic Colors of #095F2C
Black with #095F2C
Text Example
Text Example
White with #095F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F2C; }
p { color: rgb(9,95,44); }
H1.HeaderClassName
{
color: #095F2C;
}
.AnyTagClassName
{
color: #095F2C;
}
</style>
background-color css
<style>
a { background-color: #095F2C; }
a { background-color: rgb(9,95,44); }
div.DivClassName
{
background-color: #095F2C;
}
.BgClassName
{
background-color: #095F2C;
}
</style>
border-color css
<style>
span { border-color: #095F2C; }
span { border-color: rgb(9,95,44); }
td.TdClassName
{
border-color: #095F2C;
}
.TagClassName
{
border-color: #095F2C;
}
</style>