Shades of Crusoe #015C2F
Tints of Crusoe #015C2F
RGB
CMYK
RGB Variations
Color information
#015C2F (or 0x015C2F) is known color: Crusoe. HEX triplet: 01, 5C and 2F. RGB value is (1,92,47). Sum of RGB (Red+Green+Blue) = 1+92+47=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 92 (36.33% from 255 or 65.71% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 92 - color contains mainly: green. Hex color #015C2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015C2F is #FEA3D0. Grayscale: #3B3B3B. Windows color (decimal): -16688081 or 3103745. OLE color: 3103745.
HSL color Cylindrical-coordinate representation of color #015C2F: hue angle of 150.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C2F is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 92 | 47 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.64 |
| HSL | 150.33º | 0.98% | 0.18% | - |
| HSV(B) | 150.33º | 0.99% | 0.36% | - |
| XYZ | 4.35 | 7.87 | 3.98 | - |
| YUV | 59.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 47 | 0.99 | 0 | 0.49 | 0.64 | 150.33 | 0.98 | 0.18 |
| Hex | 1 | 5C | 2F | 63 | 0 | 31 | 40 | 96 | 62 | 12 |
| Octal | 1 | 134 | 57 | 143 | 0 | 61 | 100 | 226 | 142 | 22 |
| Binary | 1 | 1011100 | 101111 | 1100011 | 0 | 110001 | 1000000 | 10010110 | 1100010 | 10010 |
Color Harmonies of #015C2F
Complementary color
Monochromatic Colors of #015C2F
Black with #015C2F
Text Example
Text Example
White with #015C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C2F; }
p { color: rgb(1,92,47); }
H1.HeaderClassName
{
color: #015C2F;
}
.AnyTagClassName
{
color: #015C2F;
}
</style>
background-color css
<style>
a { background-color: #015C2F; }
a { background-color: rgb(1,92,47); }
div.DivClassName
{
background-color: #015C2F;
}
.BgClassName
{
background-color: #015C2F;
}
</style>
border-color css
<style>
span { border-color: #015C2F; }
span { border-color: rgb(1,92,47); }
td.TdClassName
{
border-color: #015C2F;
}
.TagClassName
{
border-color: #015C2F;
}
</style>