Html Css Color HEX #017E02 Green

📋 copy color: '#017E02'

red 1 ◦ green 126 ◦ blue 2

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

Shades of Green #017E02

Tints of Green #017E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.55%

R = 0.78%
G = 97.67%
B = 1.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#017E02 (or 0x017E02) is known color: Green. HEX triplet: 01, 7E and 02. RGB value is (1,126,2). Sum of RGB (Red+Green+Blue) = 1+126+2=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 126 (49.61% from 255 or 97.67% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 126 - color contains mainly: green. Hex color #017E02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017E02 is #FE81FD. Grayscale: #4A4A4A. Windows color (decimal): -16679422 or 163329. OLE color: 163329.

HSL color Cylindrical-coordinate representation of color #017E02: hue angle of 120.48º 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 #017E02 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 126 2 -
CMYK 0.99 0 0.98 0.51
HSL 120.48º 0.98% 0.25% -
HSV(B) 120.48º 0.99% 0.49% -
XYZ 7.48 14.93 2.55 -
YUV 74.49 87.09 75.58 -
System Red Green Blue C M Y K H S L
Decimal 1 126 2 0.99 0 0.98 0.51 120.48 0.98 0.25
Hex 1 7E 2 63 0 62 33 78 62 19
Octal 1 176 2 143 0 142 63 170 142 31
Binary 1 1111110 10 1100011 0 1100010 110011 1111000 1100010 11001

Color Harmonies of #017E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017E02

Black with #017E02

Text Example


Text Example

White with #017E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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