Shades of Crusoe #095F2D
Tints of Crusoe #095F2D
RGB
CMYK
RGB Variations
Color information
#095F2D (or 0x095F2D) is known color: Crusoe. HEX triplet: 09, 5F and 2D. RGB value is (9,95,45). Sum of RGB (Red+Green+Blue) = 9+95+45=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 95 (37.5% from 255 or 63.76% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 95 - color contains mainly: green. Hex color #095F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095F2D is #F6A0D2. Grayscale: #3F3F3F. Windows color (decimal): -16163027 or 2973449. OLE color: 2973449.
HSL color Cylindrical-coordinate representation of color #095F2D: hue angle of 145.12º 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 #095F2D is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 9 | 95 | 45 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.63 |
| HSL | 145.12º | 0.83% | 0.2% | - |
| HSV(B) | 145.12º | 0.91% | 0.37% | - |
| XYZ | 4.68 | 8.43 | 3.86 | - |
| YUV | 63.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 45 | 0.91 | 0 | 0.53 | 0.63 | 145.12 | 0.83 | 0.2 |
| Hex | 9 | 5F | 2D | 5B | 0 | 35 | 3F | 91 | 53 | 14 |
| Octal | 11 | 137 | 55 | 133 | 0 | 65 | 77 | 221 | 123 | 24 |
| Binary | 1001 | 1011111 | 101101 | 1011011 | 0 | 110101 | 111111 | 10010001 | 1010011 | 10100 |
Color Harmonies of #095F2D
Complementary color
Monochromatic Colors of #095F2D
Black with #095F2D
Text Example
Text Example
White with #095F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095F2D; }
p { color: rgb(9,95,45); }
H1.HeaderClassName
{
color: #095F2D;
}
.AnyTagClassName
{
color: #095F2D;
}
</style>
background-color css
<style>
a { background-color: #095F2D; }
a { background-color: rgb(9,95,45); }
div.DivClassName
{
background-color: #095F2D;
}
.BgClassName
{
background-color: #095F2D;
}
</style>
border-color css
<style>
span { border-color: #095F2D; }
span { border-color: rgb(9,95,45); }
td.TdClassName
{
border-color: #095F2D;
}
.TagClassName
{
border-color: #095F2D;
}
</style>