Html Css Color HEX #017310 Green

📋 copy color: '#017310'

red 1 ◦ green 115 ◦ blue 16

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

Shades of Green #017310

Tints of Green #017310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 87.12%

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 0.76%
G = 87.12%
B = 12.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#017310 (or 0x017310) is known color: Green. HEX triplet: 01, 73 and 10. RGB value is (1,115,16). Sum of RGB (Red+Green+Blue) = 1+115+16=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 115 (45.31% from 255 or 87.12% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 115 - color contains mainly: green. Hex color #017310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017310 is #FE8CEF. Grayscale: #454545. Windows color (decimal): -16682224 or 1078017. OLE color: 1078017.

HSL color Cylindrical-coordinate representation of color #017310: hue angle of 127.89º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017310 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 115 16 -
CMYK 0.99 0 0.86 0.55
HSL 127.89º 0.98% 0.23% -
HSV(B) 127.89º 0.99% 0.45% -
XYZ 6.24 12.31 2.54 -
YUV 69.63 97.73 79.05 -
System Red Green Blue C M Y K H S L
Decimal 1 115 16 0.99 0 0.86 0.55 127.89 0.98 0.23
Hex 1 73 10 63 0 56 37 80 62 17
Octal 1 163 20 143 0 126 67 200 142 27
Binary 1 1110011 10000 1100011 0 1010110 110111 10000000 1100010 10111

Color Harmonies of #017310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017310

Black with #017310

Text Example


Text Example

White with #017310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017310; }

 p { color: rgb(1,115,16); }

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

background-color css

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

 a { background-color: rgb(1,115,16); }

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

border-color css

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

 span { border-color: rgb(1,115,16); }

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