#117200

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

Shades of Green #117200

Tints of Green #117200

Color information

#117200 (or 0x117200) is unknown color: approx Green. HEX triplet: 11, 72 and 00. RGB value is (17,114,0). Sum of RGB (Red+Green+Blue) = 17+114+0=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 114 (44.92% from 255 or 87.02% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 114 - color contains mainly: green. Hex color #117200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117200 is #EE8DFF. Grayscale: #484848. Windows color (decimal): -15633920 or 29201. OLE color: 29201.

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

Color convert

RGB171140-
CMYK0.85010.55
HSL111.05º100%22.35%-
HSV(B)111.05º100%44.71%-
XYZ6.2512.152.02-
YUV7287.3688.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 114 (44.92% from 255) = 87.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.98%
G=87.02%
B=0%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1711400.85010.55111.0510022.35
Hex1172055064376f6416
Octal21162012501446715714426
Binary10001111001001010101011001001101111101111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117200; }

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

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

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

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

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

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

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

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