Html Css Color HEX #017311 Green

📋 copy color: '#017311'

red 1 ◦ green 115 ◦ blue 17

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

Shades of Green #017311

Tints of Green #017311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 0.75%
G = 86.47%
B = 12.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#017311 (or 0x017311) is known color: Green. HEX triplet: 01, 73 and 11. RGB value is (1,115,17). Sum of RGB (Red+Green+Blue) = 1+115+17=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 115 (45.31% from 255 or 86.47% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 115 - color contains mainly: green. Hex color #017311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017311 is #FE8CEE. Grayscale: #464646. Windows color (decimal): -16682223 or 1143553. OLE color: 1143553.

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

Color convert

RGB 1 115 17 -
CMYK 0.99 0 0.85 0.55
HSL 128.42º 0.98% 0.23% -
HSV(B) 128.42º 0.99% 0.45% -
XYZ 6.24 12.31 2.58 -
YUV 69.74 98.23 78.97 -
System Red Green Blue C M Y K H S L
Decimal 1 115 17 0.99 0 0.85 0.55 128.42 0.98 0.23
Hex 1 73 11 63 0 55 37 80 62 17
Octal 1 163 21 143 0 125 67 200 142 27
Binary 1 1110011 10001 1100011 0 1010101 110111 10000000 1100010 10111

Color Harmonies of #017311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017311

Black with #017311

Text Example


Text Example

White with #017311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017311; }

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

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

background-color css

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

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

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

border-color css

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

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

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