#117305

Color #117305 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #117305

Tints of Green #117305

Color information

#117305 (or 0x117305) is unknown color: approx Green. HEX triplet: 11, 73 and 05. RGB value is (17,115,5). Sum of RGB (Red+Green+Blue) = 17+115+5=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 115 (45.31% from 255 or 83.94% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 115 - color contains mainly: green. Hex color #117305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117305 is #EE8CFA. Grayscale: #494949. Windows color (decimal): -15633659 or 357137. OLE color: 357137.

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

Color convert

RGB171155-
CMYK0.8500.960.55
HSL113.45º91.67%23.53%-
HSV(B)113.45º95.65%45.1%-
XYZ6.3912.392.2-
YUV73.1689.5387.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 115 (45.31% from 255) = 83.94%
BLUE value IS 5 (2.34% from 255) = 3.65%
R=12.41%
G=83.94%
B=3.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1711550.8500.960.55113.4591.6723.53
Hex117355506037715c18
Octal21163512501406716113430
Binary1000111100111011010101011000001101111110001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117305; }

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

 H1.HeaderClassName
 {
   color: #117305;
 }
 .AnyTagClassName
 {
   color: #117305;
 }
</style>
background-color css

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

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

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

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

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

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