Html Css Color HEX #117300 Green

📋 copy color: '#117300'

red 17 ◦ green 115 ◦ blue 0

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

Shades of Green #117300

Tints of Green #117300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 12.88%
G = 87.12%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#117300 (or 0x117300) is known color: Green. HEX triplet: 11, 73 and 00. RGB value is (17,115,0). Sum of RGB (Red+Green+Blue) = 17+115+0=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 115 (45.31% from 255 or 87.12% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 115 - color contains mainly: green. Hex color #117300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117300 is #EE8CFF. Grayscale: #484848. Windows color (decimal): -15633664 or 29457. OLE color: 29457.

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

Color convert

RGB 17 115 0 -
CMYK 0.85 0 1 0.55
HSL 111.13º 1% 0.23% -
HSV(B) 111.13º 1% 0.45% -
XYZ 6.36 12.38 2.05 -
YUV 72.59 87.03 88.35 -
System Red Green Blue C M Y K H S L
Decimal 17 115 0 0.85 0 1 0.55 111.13 1 0.23
Hex 11 73 0 55 0 64 37 6F 64 17
Octal 21 163 0 125 0 144 67 157 144 27
Binary 10001 1110011 0 1010101 0 1100100 110111 1101111 1100100 10111

Color Harmonies of #117300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117300

Black with #117300

Text Example


Text Example

White with #117300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117300; }

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

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

background-color css

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

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

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

border-color css

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

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

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