Html Css Color HEX #017301 Green

📋 copy color: '#017301'

red 1 ◦ green 115 ◦ blue 1

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

Shades of Green #017301

Tints of Green #017301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 0.85%
G = 98.29%
B = 0.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#017301 (or 0x017301) is known color: Green. HEX triplet: 01, 73 and 01. RGB value is (1,115,1). Sum of RGB (Red+Green+Blue) = 1+115+1=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 115 (45.31% from 255 or 98.29% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 115 - color contains mainly: green. Hex color #017301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017301 is #FE8CFE. Grayscale: #444444. Windows color (decimal): -16682239 or 94977. OLE color: 94977.

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

Color convert

RGB 1 115 1 -
CMYK 0.99 0 0.99 0.55
HSL 120º 0.98% 0.23% -
HSV(B) 120º 0.99% 0.45% -
XYZ 6.15 12.27 2.07 -
YUV 67.92 90.23 80.27 -
System Red Green Blue C M Y K H S L
Decimal 1 115 1 0.99 0 0.99 0.55 120 0.98 0.23
Hex 1 73 1 63 0 63 37 78 62 17
Octal 1 163 1 143 0 143 67 170 142 27
Binary 1 1110011 1 1100011 0 1100011 110111 1111000 1100010 10111

Color Harmonies of #017301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017301

Black with #017301

Text Example


Text Example

White with #017301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017301; }

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

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

background-color css

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

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

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

border-color css

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

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

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