Html Css Color HEX #017316 Green

📋 copy color: '#017316'

red 1 ◦ green 115 ◦ blue 22

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

Shades of Green #017316

Tints of Green #017316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.94%

R = 0.72%
G = 83.33%
B = 15.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#017316 (or 0x017316) is known color: Green. HEX triplet: 01, 73 and 16. RGB value is (1,115,22). Sum of RGB (Red+Green+Blue) = 1+115+22=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 115 (45.31% from 255 or 83.33% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 115 - color contains mainly: green. Hex color #017316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017316 is #FE8CE9. Grayscale: #464646. Windows color (decimal): -16682218 or 1471233. OLE color: 1471233.

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

Color convert

RGB 1 115 22 -
CMYK 0.99 0 0.81 0.55
HSL 131.05º 0.98% 0.23% -
HSV(B) 131.05º 0.99% 0.45% -
XYZ 6.29 12.33 2.81 -
YUV 70.31 100.73 78.56 -
System Red Green Blue C M Y K H S L
Decimal 1 115 22 0.99 0 0.81 0.55 131.05 0.98 0.23
Hex 1 73 16 63 0 51 37 83 62 17
Octal 1 163 26 143 0 121 67 203 142 27
Binary 1 1110011 10110 1100011 0 1010001 110111 10000011 1100010 10111

Color Harmonies of #017316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017316

Black with #017316

Text Example


Text Example

White with #017316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017316; }

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

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

background-color css

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

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

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

border-color css

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

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

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