Html Css Color HEX #00701C Green

📋 copy color: '#00701C'

red 0 ◦ green 112 ◦ blue 28

#00701C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #00701C

Tints of Green #00701C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 112 (44.14% from 255) = 80%

 BLUE value IS 28 (11.33% from 255) = 20%

R = 0%
G = 80%
B = 20%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#00701C (or 0x00701C) is known color: Green. HEX triplet: 00, 70 and 1C. RGB value is (0,112,28). Sum of RGB (Red+Green+Blue) = 0+112+28=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 112 (44.14% from 255 or 80% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 112 - color contains mainly: green. Hex color #00701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00701C is #FF8FE3. Grayscale: #454545. Windows color (decimal): -16748516 or 1863680. OLE color: 1863680.

HSL color Cylindrical-coordinate representation of color #00701C: hue angle of 135º 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 #00701C is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 112 28 -
CMYK 1 0 0.75 0.56
HSL 135º 1% 0.22% -
HSV(B) 135º 1% 0.44% -
XYZ 6 11.67 3.04 -
YUV 68.94 104.89 78.83 -
System Red Green Blue C M Y K H S L
Decimal 0 112 28 1 0 0.75 0.56 135 1 0.22
Hex 0 70 1C 64 0 4B 38 87 64 16
Octal 0 160 34 144 0 113 70 207 144 26
Binary 0 1110000 11100 1100100 0 1001011 111000 10000111 1100100 10110

Color Harmonies of #00701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00701C

Black with #00701C

Text Example


Text Example

White with #00701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00701C; }

 p { color: rgb(0,112,28); }

 H1.HeaderClassName
 {
   color: #00701C;
 }
 .AnyTagClassName
 {
   color: #00701C;
 }
</style>

background-color css

<style>
 a { background-color: #00701C; }

 a { background-color: rgb(0,112,28); }

 div.DivClassName
 {
   background-color: #00701C;
 }
 .BgClassName
 {
   background-color: #00701C;
 }
</style>

border-color css

<style>
 span { border-color: #00701C; }

 span { border-color: rgb(0,112,28); }

 td.TdClassName
 {
   border-color: #00701C;
 }
 .TagClassName
 {
   border-color: #00701C;
 }
</style>