#00701A

Color #00701A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #00701A

Tints of Green #00701A

Color information

#00701A (or 0x00701A) is unknown color: approx 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

RGB011226-
CMYK100.770.56
HSL133.93º100%21.96%-
HSV(B)133.93º100%43.92%-
XYZ5.9811.662.91-
YUV68.71103.8978.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 81.16%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=0%
G=81.16%
B=18.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011226100.770.56133.9310021.96
Hex0701A6404D38866416
Octal01603214401157020614426
Binary011100001101011001000100110111100010000110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>