Html Css Color HEX #119542 Pigment Green

📋 copy color: '#119542'

red 17 ◦ green 149 ◦ blue 66

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

Shades of Pigment Green #119542

Tints of Pigment Green #119542

RGB

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

 GREEN value IS 149 (58.59% from 255) = 64.22%

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

R = 7.33%
G = 64.22%
B = 28.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#119542 (or 0x119542) is known color: Pigment Green. HEX triplet: 11, 95 and 42. RGB value is (17,149,66). Sum of RGB (Red+Green+Blue) = 17+149+66=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 149 (58.59% from 255 or 64.22% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 149 - color contains mainly: green. Hex color #119542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119542 is #EE6ABD. Grayscale: #646464. Windows color (decimal): -15624894 or 4363537. OLE color: 4363537.

HSL color Cylindrical-coordinate representation of color #119542: hue angle of 142.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119542 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 149 66 -
CMYK 0.89 0 0.56 0.42
HSL 142.27º 0.8% 0.33% -
HSV(B) 142.27º 0.89% 0.58% -
XYZ 11.96 22.01 8.77 -
YUV 100.07 108.77 68.75 -
System Red Green Blue C M Y K H S L
Decimal 17 149 66 0.89 0 0.56 0.42 142.27 0.8 0.33
Hex 11 95 42 59 0 38 2A 8E 50 21
Octal 21 225 102 131 0 70 52 216 120 41
Binary 10001 10010101 1000010 1011001 0 111000 101010 10001110 1010000 100001

Color Harmonies of #119542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119542

Black with #119542

Text Example


Text Example

White with #119542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119542; }

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

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

background-color css

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

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

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

border-color css

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

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

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