Html Css Color HEX #117002 Green

📋 copy color: '#117002'

red 17 ◦ green 112 ◦ blue 2

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

Shades of Green #117002

Tints of Green #117002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 85.5%

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

R = 12.98%
G = 85.5%
B = 1.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#117002 (or 0x117002) is known color: Green. HEX triplet: 11, 70 and 02. RGB value is (17,112,2). Sum of RGB (Red+Green+Blue) = 17+112+2=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #117002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117002 is #EE8FFD. Grayscale: #474747. Windows color (decimal): -15634430 or 159761. OLE color: 159761.

HSL color Cylindrical-coordinate representation of color #117002: hue angle of 111.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #117002 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 2 -
CMYK 0.85 0 0.98 0.56
HSL 111.82º 0.96% 0.22% -
HSV(B) 111.82º 0.98% 0.44% -
XYZ 6.04 11.71 2 -
YUV 71.06 89.03 89.44 -
System Red Green Blue C M Y K H S L
Decimal 17 112 2 0.85 0 0.98 0.56 111.82 0.96 0.22
Hex 11 70 2 55 0 62 38 70 60 16
Octal 21 160 2 125 0 142 70 160 140 26
Binary 10001 1110000 10 1010101 0 1100010 111000 1110000 1100000 10110

Color Harmonies of #117002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117002

Black with #117002

Text Example


Text Example

White with #117002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117002; }

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

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

background-color css

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

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

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

border-color css

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

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

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