Html Css Color HEX #117302 Green

📋 copy color: '#117302'

red 17 ◦ green 115 ◦ blue 2

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

Shades of Green #117302

Tints of Green #117302

RGB

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

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

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

R = 12.69%
G = 85.82%
B = 1.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#117302 (or 0x117302) is known color: Green. HEX triplet: 11, 73 and 02. RGB value is (17,115,2). Sum of RGB (Red+Green+Blue) = 17+115+2=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 115 (45.31% from 255 or 85.82% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 115 - color contains mainly: green. Hex color #117302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117302 is #EE8CFD. Grayscale: #494949. Windows color (decimal): -15633662 or 160529. OLE color: 160529.

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

Color convert

RGB 17 115 2 -
CMYK 0.85 0 0.98 0.55
HSL 112.04º 0.97% 0.23% -
HSV(B) 112.04º 0.98% 0.45% -
XYZ 6.37 12.39 2.11 -
YUV 72.82 88.03 88.19 -
System Red Green Blue C M Y K H S L
Decimal 17 115 2 0.85 0 0.98 0.55 112.04 0.97 0.23
Hex 11 73 2 55 0 62 37 70 61 17
Octal 21 163 2 125 0 142 67 160 141 27
Binary 10001 1110011 10 1010101 0 1100010 110111 1110000 1100001 10111

Color Harmonies of #117302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117302

Black with #117302

Text Example


Text Example

White with #117302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117302; }

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

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

background-color css

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

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

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

border-color css

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

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

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