Html Css Color HEX #017F02 Green

📋 copy color: '#017F02'

red 1 ◦ green 127 ◦ blue 2

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

Shades of Green #017F02

Tints of Green #017F02

RGB

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

 GREEN value IS 127 (50% from 255) = 97.69%

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

R = 0.77%
G = 97.69%
B = 1.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#017F02 (or 0x017F02) is known color: Green. HEX triplet: 01, 7F and 02. RGB value is (1,127,2). Sum of RGB (Red+Green+Blue) = 1+127+2=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 127 (50% from 255 or 97.69% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 127 - color contains mainly: green. Hex color #017F02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017F02 is #FE80FD. Grayscale: #4B4B4B. Windows color (decimal): -16679166 or 163585. OLE color: 163585.

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

Color convert

RGB 1 127 2 -
CMYK 0.99 0 0.98 0.50
HSL 120.48º 0.98% 0.25% -
HSV(B) 120.48º 0.99% 0.5% -
XYZ 7.61 15.19 2.59 -
YUV 75.08 86.76 75.16 -
System Red Green Blue C M Y K H S L
Decimal 1 127 2 0.99 0 0.98 0.50 120.48 0.98 0.25
Hex 1 7F 2 63 0 62 32 78 62 19
Octal 1 177 2 143 0 142 62 170 142 31
Binary 1 1111111 10 1100011 0 1100010 110010 1111000 1100010 11001

Color Harmonies of #017F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F02

Black with #017F02

Text Example


Text Example

White with #017F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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