Html Css Color HEX #117301 Green

📋 copy color: '#117301'

red 17 ◦ green 115 ◦ blue 1

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

Shades of Green #117301

Tints of Green #117301

RGB

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

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

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

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

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

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

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

Color convert

RGB 17 115 1 -
CMYK 0.85 0 0.99 0.55
HSL 111.58º 0.98% 0.23% -
HSV(B) 111.58º 0.99% 0.45% -
XYZ 6.37 12.38 2.08 -
YUV 72.7 87.53 88.27 -
System Red Green Blue C M Y K H S L
Decimal 17 115 1 0.85 0 0.99 0.55 111.58 0.98 0.23
Hex 11 73 1 55 0 63 37 70 62 17
Octal 21 163 1 125 0 143 67 160 142 27
Binary 10001 1110011 1 1010101 0 1100011 110111 1110000 1100010 10111

Color Harmonies of #117301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117301

Black with #117301

Text Example


Text Example

White with #117301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117301; }

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

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

background-color css

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

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

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

border-color css

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

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

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