Shades of Crusoe #00702B
Tints of Crusoe #00702B
RGB
CMYK
RGB Variations
Color information
#00702B (or 0x00702B) is known color: Crusoe. HEX triplet: 00, 70 and 2B. RGB value is (0,112,43). Sum of RGB (Red+Green+Blue) = 0+112+43=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #00702B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00702B is #FF8FD4. Grayscale: #464646. Windows color (decimal): -16748501 or 2846720. OLE color: 2846720.
HSL color Cylindrical-coordinate representation of color #00702B: hue angle of 143.04º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00702B is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 43 | - |
| CMYK | 1 | 0 | 0.62 | 0.56 |
| HSL | 143.04º | 1% | 0.22% | - |
| HSV(B) | 143.04º | 1% | 0.44% | - |
| XYZ | 6.23 | 11.76 | 4.23 | - |
| YUV | 70.65 | 112.39 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 43 | 1 | 0 | 0.62 | 0.56 | 143.04 | 1 | 0.22 |
| Hex | 0 | 70 | 2B | 64 | 0 | 3E | 38 | 8F | 64 | 16 |
| Octal | 0 | 160 | 53 | 144 | 0 | 76 | 70 | 217 | 144 | 26 |
| Binary | 0 | 1110000 | 101011 | 1100100 | 0 | 111110 | 111000 | 10001111 | 1100100 | 10110 |
Color Harmonies of #00702B
Complementary color
Monochromatic Colors of #00702B
Black with #00702B
Text Example
Text Example
White with #00702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00702B; }
p { color: rgb(0,112,43); }
H1.HeaderClassName
{
color: #00702B;
}
.AnyTagClassName
{
color: #00702B;
}
</style>
background-color css
<style>
a { background-color: #00702B; }
a { background-color: rgb(0,112,43); }
div.DivClassName
{
background-color: #00702B;
}
.BgClassName
{
background-color: #00702B;
}
</style>
border-color css
<style>
span { border-color: #00702B; }
span { border-color: rgb(0,112,43); }
td.TdClassName
{
border-color: #00702B;
}
.TagClassName
{
border-color: #00702B;
}
</style>