Shades of Crusoe #195D2B
Tints of Crusoe #195D2B
RGB
CMYK
RGB Variations
Color information
#195D2B (or 0x195D2B) is known color: Crusoe. HEX triplet: 19, 5D and 2B. RGB value is (25,93,43). Sum of RGB (Red+Green+Blue) = 25+93+43=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 93 (36.72% from 255 or 57.76% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 93 - color contains mainly: green. Hex color #195D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195D2B is #E6A2D4. Grayscale: #434343. Windows color (decimal): -15114965 or 2841881. OLE color: 2841881.
HSL color Cylindrical-coordinate representation of color #195D2B: hue angle of 135.88º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195D2B is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 93 | 43 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.64 |
| HSL | 135.88º | 0.58% | 0.23% | - |
| HSV(B) | 135.88º | 0.73% | 0.36% | - |
| XYZ | 4.75 | 8.21 | 3.62 | - |
| YUV | 66.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 43 | 0.73 | 0 | 0.54 | 0.64 | 135.88 | 0.58 | 0.23 |
| Hex | 19 | 5D | 2B | 49 | 0 | 36 | 40 | 88 | 3A | 17 |
| Octal | 31 | 135 | 53 | 111 | 0 | 66 | 100 | 210 | 72 | 27 |
| Binary | 11001 | 1011101 | 101011 | 1001001 | 0 | 110110 | 1000000 | 10001000 | 111010 | 10111 |
Color Harmonies of #195D2B
Complementary color
Monochromatic Colors of #195D2B
Black with #195D2B
Text Example
Text Example
White with #195D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D2B; }
p { color: rgb(25,93,43); }
H1.HeaderClassName
{
color: #195D2B;
}
.AnyTagClassName
{
color: #195D2B;
}
</style>
background-color css
<style>
a { background-color: #195D2B; }
a { background-color: rgb(25,93,43); }
div.DivClassName
{
background-color: #195D2B;
}
.BgClassName
{
background-color: #195D2B;
}
</style>
border-color css
<style>
span { border-color: #195D2B; }
span { border-color: rgb(25,93,43); }
td.TdClassName
{
border-color: #195D2B;
}
.TagClassName
{
border-color: #195D2B;
}
</style>