Html Css Color HEX #017001 Green

📋 copy color: '#017001'

red 1 ◦ green 112 ◦ blue 1

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

Shades of Green #017001

Tints of Green #017001

RGB

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

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

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

R = 0.88%
G = 98.25%
B = 0.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#017001 (or 0x017001) is known color: Green. HEX triplet: 01, 70 and 01. RGB value is (1,112,1). Sum of RGB (Red+Green+Blue) = 1+112+1=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 112 (44.14% from 255 or 98.25% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 112 - color contains mainly: green. Hex color #017001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017001 is #FE8FFE. Grayscale: #424242. Windows color (decimal): -16683007 or 94209. OLE color: 94209.

HSL color Cylindrical-coordinate representation of color #017001: hue angle of 120º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017001 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 1 -
CMYK 0.99 0 0.99 0.56
HSL 120º 0.98% 0.22% -
HSV(B) 120º 0.99% 0.44% -
XYZ 5.81 11.6 1.96 -
YUV 66.16 91.23 81.53 -
System Red Green Blue C M Y K H S L
Decimal 1 112 1 0.99 0 0.99 0.56 120 0.98 0.22
Hex 1 70 1 63 0 63 38 78 62 16
Octal 1 160 1 143 0 143 70 170 142 26
Binary 1 1110000 1 1100011 0 1100011 111000 1111000 1100010 10110

Color Harmonies of #017001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017001

Black with #017001

Text Example


Text Example

White with #017001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017001; }

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

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

background-color css

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

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

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

border-color css

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

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

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