Html Css Color HEX #117202 Green

📋 copy color: '#117202'

red 17 ◦ green 114 ◦ blue 2

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

Shades of Green #117202

Tints of Green #117202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 85.71%

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

R = 12.78%
G = 85.71%
B = 1.5%

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

#117202 (or 0x117202) is known color: Green. HEX triplet: 11, 72 and 02. RGB value is (17,114,2). Sum of RGB (Red+Green+Blue) = 17+114+2=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 114 (44.92% from 255 or 85.71% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 114 - color contains mainly: green. Hex color #117202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117202 is #EE8DFD. Grayscale: #484848. Windows color (decimal): -15633918 or 160273. OLE color: 160273.

HSL color Cylindrical-coordinate representation of color #117202: hue angle of 111.96º 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 #117202 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 114 2 -
CMYK 0.85 0 0.98 0.55
HSL 111.96º 0.97% 0.23% -
HSV(B) 111.96º 0.98% 0.45% -
XYZ 6.26 12.16 2.07 -
YUV 72.23 88.36 88.61 -
System Red Green Blue C M Y K H S L
Decimal 17 114 2 0.85 0 0.98 0.55 111.96 0.97 0.23
Hex 11 72 2 55 0 62 37 70 61 17
Octal 21 162 2 125 0 142 67 160 141 27
Binary 10001 1110010 10 1010101 0 1100010 110111 1110000 1100001 10111

Color Harmonies of #117202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117202

Black with #117202

Text Example


Text Example

White with #117202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117202; }

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

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

background-color css

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

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

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

border-color css

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

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

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