#017F1E

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

Shades of Green #017F1E

Tints of Green #017F1E

Color information

#017F1E (or 0x017F1E) is unknown color: approx Green. HEX triplet: 01, 7F and 1E. RGB value is (1,127,30). Sum of RGB (Red+Green+Blue) = 1+127+30=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 127 (50% from 255 or 80.38% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 127 - color contains mainly: green. Hex color #017F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017F1E is #FE80E1. Grayscale: #4E4E4E. Windows color (decimal): -16679138 or 1998593. OLE color: 1998593.

HSL color Cylindrical-coordinate representation of color #017F1E: hue angle of 133.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F1E is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB112730-
CMYK0.9900.760.50
HSL133.81º98.44%25.1%-
HSV(B)133.81º99.21%49.8%-
XYZ7.8415.283.76-
YUV78.27100.7672.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 127 (50% from 255) = 80.38%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=0.63%
G=80.38%
B=18.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1127300.9900.760.50133.8198.4425.1
Hex17F1E6304C32866219
Octal11773614301146220614231
Binary111111111111011000110100110011001010000110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017F1E; }

 p { color: rgb(1,127,30); }

 H1.HeaderClassName
 {
   color: #017F1E;
 }
 .AnyTagClassName
 {
   color: #017F1E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #017F1E;
 }
 .BgClassName
 {
   background-color: #017F1E;
 }
</style>
border-color css

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

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

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