Html Css Color HEX #017F13 Green

📋 copy color: '#017F13'

red 1 ◦ green 127 ◦ blue 19

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

Shades of Green #017F13

Tints of Green #017F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.93%

R = 0.68%
G = 86.39%
B = 12.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#017F13 (or 0x017F13) is known color: Green. HEX triplet: 01, 7F and 13. RGB value is (1,127,19). Sum of RGB (Red+Green+Blue) = 1+127+19=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 127 (50% from 255 or 86.39% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 127 - color contains mainly: green. Hex color #017F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017F13 is #FE80EC. Grayscale: #4D4D4D. Windows color (decimal): -16679149 or 1277697. OLE color: 1277697.

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

Color convert

RGB 1 127 19 -
CMYK 0.99 0 0.85 0.50
HSL 128.57º 0.98% 0.25% -
HSV(B) 128.57º 0.99% 0.5% -
XYZ 7.72 15.23 3.15 -
YUV 77.01 95.26 73.78 -
System Red Green Blue C M Y K H S L
Decimal 1 127 19 0.99 0 0.85 0.50 128.57 0.98 0.25
Hex 1 7F 13 63 0 55 32 81 62 19
Octal 1 177 23 143 0 125 62 201 142 31
Binary 1 1111111 10011 1100011 0 1010101 110010 10000001 1100010 11001

Color Harmonies of #017F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F13

Black with #017F13

Text Example


Text Example

White with #017F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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