Shades of Green #00701A
Tints of Green #00701A
RGB
CMYK
RGB Variations
Color information
#00701A (or 0x00701A) is known color: Green. HEX triplet: 00, 70 and 1A. RGB value is (0,112,26). Sum of RGB (Red+Green+Blue) = 0+112+26=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 112 (44.14% from 255 or 81.16% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 112 - color contains mainly: green. Hex color #00701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00701A is #FF8FE5. Grayscale: #444444. Windows color (decimal): -16748518 or 1732608. OLE color: 1732608.
HSL color Cylindrical-coordinate representation of color #00701A: hue angle of 133.93º 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 #00701A is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 26 | - |
| CMYK | 1 | 0 | 0.77 | 0.56 |
| HSL | 133.93º | 1% | 0.22% | - |
| HSV(B) | 133.93º | 1% | 0.44% | - |
| XYZ | 5.98 | 11.66 | 2.91 | - |
| YUV | 68.71 | 103.89 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 26 | 1 | 0 | 0.77 | 0.56 | 133.93 | 1 | 0.22 |
| Hex | 0 | 70 | 1A | 64 | 0 | 4D | 38 | 86 | 64 | 16 |
| Octal | 0 | 160 | 32 | 144 | 0 | 115 | 70 | 206 | 144 | 26 |
| Binary | 0 | 1110000 | 11010 | 1100100 | 0 | 1001101 | 111000 | 10000110 | 1100100 | 10110 |
Color Harmonies of #00701A
Complementary color
Monochromatic Colors of #00701A
Black with #00701A
Text Example
Text Example
White with #00701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00701A; }
p { color: rgb(0,112,26); }
H1.HeaderClassName
{
color: #00701A;
}
.AnyTagClassName
{
color: #00701A;
}
</style>
background-color css
<style>
a { background-color: #00701A; }
a { background-color: rgb(0,112,26); }
div.DivClassName
{
background-color: #00701A;
}
.BgClassName
{
background-color: #00701A;
}
</style>
border-color css
<style>
span { border-color: #00701A; }
span { border-color: rgb(0,112,26); }
td.TdClassName
{
border-color: #00701A;
}
.TagClassName
{
border-color: #00701A;
}
</style>