Html Css Color HEX #017E1F Green

📋 copy color: '#017E1F'

red 1 ◦ green 126 ◦ blue 31

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

Shades of Green #017E1F

Tints of Green #017E1F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 79.75%

 BLUE value IS 31 (12.5% from 255) = 19.62%

R = 0.63%
G = 79.75%
B = 19.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#017E1F (or 0x017E1F) is known color: Green. HEX triplet: 01, 7E and 1F. RGB value is (1,126,31). Sum of RGB (Red+Green+Blue) = 1+126+31=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 126 (49.61% from 255 or 79.75% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 126 - color contains mainly: green. Hex color #017E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017E1F is #FE81E0. Grayscale: #4E4E4E. Windows color (decimal): -16679393 or 2063873. OLE color: 2063873.

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

Color convert

RGB 1 126 31 -
CMYK 0.99 0 0.75 0.51
HSL 134.4º 0.98% 0.25% -
HSV(B) 134.4º 0.99% 0.49% -
XYZ 7.72 15.03 3.79 -
YUV 77.8 101.59 73.22 -
System Red Green Blue C M Y K H S L
Decimal 1 126 31 0.99 0 0.75 0.51 134.4 0.98 0.25
Hex 1 7E 1F 63 0 4B 33 86 62 19
Octal 1 176 37 143 0 113 63 206 142 31
Binary 1 1111110 11111 1100011 0 1001011 110011 10000110 1100010 11001

Color Harmonies of #017E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017E1F

Black with #017E1F

Text Example


Text Example

White with #017E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,126,31); }

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

background-color css

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

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

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

border-color css

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

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

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