Shades of Green #00701B
Tints of Green #00701B
RGB
CMYK
RGB Variations
Color information
#00701B (or 0x00701B) is known color: Green. HEX triplet: 00, 70 and 1B. RGB value is (0,112,27). Sum of RGB (Red+Green+Blue) = 0+112+27=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 112 (44.14% from 255 or 80.58% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 112 - color contains mainly: green. Hex color #00701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00701B is #FF8FE4. Grayscale: #454545. Windows color (decimal): -16748517 or 1798144. OLE color: 1798144.
HSL color Cylindrical-coordinate representation of color #00701B: hue angle of 134.46º 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 #00701B is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 27 | - |
| CMYK | 1 | 0 | 0.76 | 0.56 |
| HSL | 134.46º | 1% | 0.22% | - |
| HSV(B) | 134.46º | 1% | 0.44% | - |
| XYZ | 5.99 | 11.67 | 2.97 | - |
| YUV | 68.82 | 104.39 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 27 | 1 | 0 | 0.76 | 0.56 | 134.46 | 1 | 0.22 |
| Hex | 0 | 70 | 1B | 64 | 0 | 4C | 38 | 86 | 64 | 16 |
| Octal | 0 | 160 | 33 | 144 | 0 | 114 | 70 | 206 | 144 | 26 |
| Binary | 0 | 1110000 | 11011 | 1100100 | 0 | 1001100 | 111000 | 10000110 | 1100100 | 10110 |
Color Harmonies of #00701B
Complementary color
Monochromatic Colors of #00701B
Black with #00701B
Text Example
Text Example
White with #00701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00701B; }
p { color: rgb(0,112,27); }
H1.HeaderClassName
{
color: #00701B;
}
.AnyTagClassName
{
color: #00701B;
}
</style>
background-color css
<style>
a { background-color: #00701B; }
a { background-color: rgb(0,112,27); }
div.DivClassName
{
background-color: #00701B;
}
.BgClassName
{
background-color: #00701B;
}
</style>
border-color css
<style>
span { border-color: #00701B; }
span { border-color: rgb(0,112,27); }
td.TdClassName
{
border-color: #00701B;
}
.TagClassName
{
border-color: #00701B;
}
</style>