Shades of Crusoe #095F2F
Tints of Crusoe #095F2F
RGB
CMYK
RGB Variations
Color information
#095F2F (or 0x095F2F) is known color: Crusoe. HEX triplet: 09, 5F and 2F. RGB value is (9,95,47). Sum of RGB (Red+Green+Blue) = 9+95+47=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 95 (37.5% from 255 or 62.91% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 95 - color contains mainly: green. Hex color #095F2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F2F is #F6A0D0. Grayscale: #3F3F3F. Windows color (decimal): -16163025 or 3104521. OLE color: 3104521.
HSL color Cylindrical-coordinate representation of color #095F2F: hue angle of 146.51º 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 #095F2F is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 47 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.63 |
| HSL | 146.51º | 0.83% | 0.2% | - |
| HSV(B) | 146.51º | 0.91% | 0.37% | - |
| XYZ | 4.72 | 8.45 | 4.07 | - |
| YUV | 63.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 47 | 0.91 | 0 | 0.51 | 0.63 | 146.51 | 0.83 | 0.2 |
| Hex | 9 | 5F | 2F | 5B | 0 | 33 | 3F | 93 | 53 | 14 |
| Octal | 11 | 137 | 57 | 133 | 0 | 63 | 77 | 223 | 123 | 24 |
| Binary | 1001 | 1011111 | 101111 | 1011011 | 0 | 110011 | 111111 | 10010011 | 1010011 | 10100 |
Color Harmonies of #095F2F
Complementary color
Monochromatic Colors of #095F2F
Black with #095F2F
Text Example
Text Example
White with #095F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F2F; }
p { color: rgb(9,95,47); }
H1.HeaderClassName
{
color: #095F2F;
}
.AnyTagClassName
{
color: #095F2F;
}
</style>
background-color css
<style>
a { background-color: #095F2F; }
a { background-color: rgb(9,95,47); }
div.DivClassName
{
background-color: #095F2F;
}
.BgClassName
{
background-color: #095F2F;
}
</style>
border-color css
<style>
span { border-color: #095F2F; }
span { border-color: rgb(9,95,47); }
td.TdClassName
{
border-color: #095F2F;
}
.TagClassName
{
border-color: #095F2F;
}
</style>