Shades of Crusoe #01702D
Tints of Crusoe #01702D
RGB
CMYK
RGB Variations
Color information
#01702D (or 0x01702D) is known color: Crusoe. HEX triplet: 01, 70 and 2D. RGB value is (1,112,45). Sum of RGB (Red+Green+Blue) = 1+112+45=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #01702D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01702D is #FE8FD2. Grayscale: #474747. Windows color (decimal): -16682963 or 2977793. OLE color: 2977793.
HSL color Cylindrical-coordinate representation of color #01702D: hue angle of 143.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01702D is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 45 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.56 |
| HSL | 143.78º | 0.98% | 0.22% | - |
| HSV(B) | 143.78º | 0.99% | 0.44% | - |
| XYZ | 6.28 | 11.78 | 4.43 | - |
| YUV | 71.17 | 113.23 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 45 | 0.99 | 0 | 0.60 | 0.56 | 143.78 | 0.98 | 0.22 |
| Hex | 1 | 70 | 2D | 63 | 0 | 3C | 38 | 90 | 62 | 16 |
| Octal | 1 | 160 | 55 | 143 | 0 | 74 | 70 | 220 | 142 | 26 |
| Binary | 1 | 1110000 | 101101 | 1100011 | 0 | 111100 | 111000 | 10010000 | 1100010 | 10110 |
Color Harmonies of #01702D
Complementary color
Monochromatic Colors of #01702D
Black with #01702D
Text Example
Text Example
White with #01702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01702D; }
p { color: rgb(1,112,45); }
H1.HeaderClassName
{
color: #01702D;
}
.AnyTagClassName
{
color: #01702D;
}
</style>
background-color css
<style>
a { background-color: #01702D; }
a { background-color: rgb(1,112,45); }
div.DivClassName
{
background-color: #01702D;
}
.BgClassName
{
background-color: #01702D;
}
</style>
border-color css
<style>
span { border-color: #01702D; }
span { border-color: rgb(1,112,45); }
td.TdClassName
{
border-color: #01702D;
}
.TagClassName
{
border-color: #01702D;
}
</style>