Html Css Color HEX #116211 Green

📋 copy color: '#116211'

red 17 ◦ green 98 ◦ blue 17

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

Shades of Green #116211

Tints of Green #116211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 74.24%

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

R = 12.88%
G = 74.24%
B = 12.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#116211 (or 0x116211) is known color: Green. HEX triplet: 11, 62 and 11. RGB value is (17,98,17). Sum of RGB (Red+Green+Blue) = 17+98+17=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 98 (38.67% from 255 or 74.24% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 98 - color contains mainly: green. Hex color #116211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116211 is #EE9DEE. Grayscale: #404040. Windows color (decimal): -15637999 or 1139217. OLE color: 1139217.

HSL color Cylindrical-coordinate representation of color #116211: hue angle of 120º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116211 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 98 17 -
CMYK 0.83 0 0.83 0.62
HSL 120º 0.7% 0.23% -
HSV(B) 120º 0.83% 0.38% -
XYZ 4.7 8.9 2 -
YUV 64.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 17 98 17 0.83 0 0.83 0.62 120 0.7 0.23
Hex 11 62 11 53 0 53 3E 78 46 17
Octal 21 142 21 123 0 123 76 170 106 27
Binary 10001 1100010 10001 1010011 0 1010011 111110 1111000 1000110 10111

Color Harmonies of #116211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116211

Black with #116211

Text Example


Text Example

White with #116211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116211; }

 p { color: rgb(17,98,17); }

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

background-color css

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

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

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

border-color css

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

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

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