Html Css Color HEX #119D42 Pigment Green

📋 copy color: '#119D42'

red 17 ◦ green 157 ◦ blue 66

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

Shades of Pigment Green #119D42

Tints of Pigment Green #119D42

RGB

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

 GREEN value IS 157 (61.72% from 255) = 65.42%

 BLUE value IS 66 (26.17% from 255) = 27.5%

R = 7.08%
G = 65.42%
B = 27.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#119D42 (or 0x119D42) is known color: Pigment Green. HEX triplet: 11, 9D and 42. RGB value is (17,157,66). Sum of RGB (Red+Green+Blue) = 17+157+66=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 157 (61.72% from 255 or 65.42% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 157 - color contains mainly: green. Hex color #119D42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119D42 is #EE62BD. Grayscale: #686868. Windows color (decimal): -15622846 or 4365585. OLE color: 4365585.

HSL color Cylindrical-coordinate representation of color #119D42: hue angle of 141º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119D42 is Cyan = 0.89, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 157 66 -
CMYK 0.89 0 0.58 0.38
HSL 141º 0.8% 0.34% -
HSV(B) 141º 0.89% 0.62% -
XYZ 13.27 24.63 9.21 -
YUV 104.77 106.12 65.4 -
System Red Green Blue C M Y K H S L
Decimal 17 157 66 0.89 0 0.58 0.38 141 0.8 0.34
Hex 11 9D 42 59 0 3A 26 8D 50 22
Octal 21 235 102 131 0 72 46 215 120 42
Binary 10001 10011101 1000010 1011001 0 111010 100110 10001101 1010000 100010

Color Harmonies of #119D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119D42

Black with #119D42

Text Example


Text Example

White with #119D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119D42; }

 p { color: rgb(17,157,66); }

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

background-color css

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

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

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

border-color css

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

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

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