Html Css Color HEX #007001 Green

📋 copy color: '#007001'

red 0 ◦ green 112 ◦ blue 1

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

Shades of Green #007001

Tints of Green #007001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 0%
G = 99.12%
B = 0.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#007001 (or 0x007001) is known color: Green. HEX triplet: 00, 70 and 01. RGB value is (0,112,1). Sum of RGB (Red+Green+Blue) = 0+112+1=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 112 (44.14% from 255 or 99.12% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 112 - color contains mainly: green. Hex color #007001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007001 is #FF8FFE. Grayscale: #424242. Windows color (decimal): -16748543 or 94208. OLE color: 94208.

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

Color convert

RGB 0 112 1 -
CMYK 1 0 0.99 0.56
HSL 120.54º 1% 0.22% -
HSV(B) 120.54º 1% 0.44% -
XYZ 5.8 11.59 1.96 -
YUV 65.86 91.39 81.03 -
System Red Green Blue C M Y K H S L
Decimal 0 112 1 1 0 0.99 0.56 120.54 1 0.22
Hex 0 70 1 64 0 63 38 79 64 16
Octal 0 160 1 144 0 143 70 171 144 26
Binary 0 1110000 1 1100100 0 1100011 111000 1111001 1100100 10110

Color Harmonies of #007001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007001

Black with #007001

Text Example


Text Example

White with #007001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007001; }

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

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

background-color css

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

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

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

border-color css

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

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

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