Shades of Crusoe #01702B
Tints of Crusoe #01702B
RGB
CMYK
RGB Variations
Color information
#01702B (or 0x01702B) is known color: Crusoe. HEX triplet: 01, 70 and 2B. RGB value is (1,112,43). Sum of RGB (Red+Green+Blue) = 1+112+43=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #01702B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01702B is #FE8FD4. Grayscale: #474747. Windows color (decimal): -16682965 or 2846721. OLE color: 2846721.
HSL color Cylindrical-coordinate representation of color #01702B: hue angle of 142.7º 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 #01702B is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 43 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.56 |
| HSL | 142.7º | 0.98% | 0.22% | - |
| HSV(B) | 142.7º | 0.99% | 0.44% | - |
| XYZ | 6.24 | 11.77 | 4.23 | - |
| YUV | 70.95 | 112.23 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 43 | 0.99 | 0 | 0.62 | 0.56 | 142.7 | 0.98 | 0.22 |
| Hex | 1 | 70 | 2B | 63 | 0 | 3E | 38 | 8F | 62 | 16 |
| Octal | 1 | 160 | 53 | 143 | 0 | 76 | 70 | 217 | 142 | 26 |
| Binary | 1 | 1110000 | 101011 | 1100011 | 0 | 111110 | 111000 | 10001111 | 1100010 | 10110 |
Color Harmonies of #01702B
Complementary color
Monochromatic Colors of #01702B
Black with #01702B
Text Example
Text Example
White with #01702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01702B; }
p { color: rgb(1,112,43); }
H1.HeaderClassName
{
color: #01702B;
}
.AnyTagClassName
{
color: #01702B;
}
</style>
background-color css
<style>
a { background-color: #01702B; }
a { background-color: rgb(1,112,43); }
div.DivClassName
{
background-color: #01702B;
}
.BgClassName
{
background-color: #01702B;
}
</style>
border-color css
<style>
span { border-color: #01702B; }
span { border-color: rgb(1,112,43); }
td.TdClassName
{
border-color: #01702B;
}
.TagClassName
{
border-color: #01702B;
}
</style>