Html Css Color HEX #116302 Green

📋 copy color: '#116302'

red 17 ◦ green 99 ◦ blue 2

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

Shades of Green #116302

Tints of Green #116302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 83.9%

 BLUE value IS 2 (1.17% from 255) = 1.69%

R = 14.41%
G = 83.9%
B = 1.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#116302 (or 0x116302) is known color: Green. HEX triplet: 11, 63 and 02. RGB value is (17,99,2). Sum of RGB (Red+Green+Blue) = 17+99+2=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 99 (39.06% from 255 or 83.90% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 99 - color contains mainly: green. Hex color #116302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116302 is #EE9CFD. Grayscale: #3F3F3F. Windows color (decimal): -15637758 or 156433. OLE color: 156433.

HSL color Cylindrical-coordinate representation of color #116302: hue angle of 110.72º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #116302 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 99 2 -
CMYK 0.83 0 0.98 0.61
HSL 110.72º 0.96% 0.2% -
HSV(B) 110.72º 0.98% 0.39% -
XYZ 4.7 9.05 1.56 -
YUV 63.42 93.33 94.89 -
System Red Green Blue C M Y K H S L
Decimal 17 99 2 0.83 0 0.98 0.61 110.72 0.96 0.2
Hex 11 63 2 53 0 62 3D 6F 60 14
Octal 21 143 2 123 0 142 75 157 140 24
Binary 10001 1100011 10 1010011 0 1100010 111101 1101111 1100000 10100

Color Harmonies of #116302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116302

Black with #116302

Text Example


Text Example

White with #116302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116302; }

 p { color: rgb(17,99,2); }

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

background-color css

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

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

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

border-color css

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

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

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