Html Css Color HEX #01700E Green

📋 copy color: '#01700E'

red 1 ◦ green 112 ◦ blue 14

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

Shades of Green #01700E

Tints of Green #01700E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.02%

R = 0.79%
G = 88.19%
B = 11.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#01700E (or 0x01700E) is known color: Green. HEX triplet: 01, 70 and 0E. RGB value is (1,112,14). Sum of RGB (Red+Green+Blue) = 1+112+14=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 112 (44.14% from 255 or 88.19% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 112 - color contains mainly: green. Hex color #01700E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01700E is #FE8FF1. Grayscale: #434343. Windows color (decimal): -16682994 or 946177. OLE color: 946177.

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

Color convert

RGB 1 112 14 -
CMYK 0.99 0 0.88 0.56
HSL 127.03º 0.98% 0.22% -
HSV(B) 127.03º 0.99% 0.44% -
XYZ 5.89 11.63 2.35 -
YUV 67.64 97.73 80.47 -
System Red Green Blue C M Y K H S L
Decimal 1 112 14 0.99 0 0.88 0.56 127.03 0.98 0.22
Hex 1 70 E 63 0 58 38 7F 62 16
Octal 1 160 16 143 0 130 70 177 142 26
Binary 1 1110000 1110 1100011 0 1011000 111000 1111111 1100010 10110

Color Harmonies of #01700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01700E

Black with #01700E

Text Example


Text Example

White with #01700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01700E; }

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

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

background-color css

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

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

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

border-color css

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

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

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