Html Css Color HEX #11944D Pigment Green

📋 copy color: '#11944D'

red 17 ◦ green 148 ◦ blue 77

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

Shades of Pigment Green #11944D

Tints of Pigment Green #11944D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.16%

 BLUE value IS 77 (30.47% from 255) = 31.82%

R = 7.02%
G = 61.16%
B = 31.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#11944D (or 0x11944D) is known color: Pigment Green. HEX triplet: 11, 94 and 4D. RGB value is (17,148,77). Sum of RGB (Red+Green+Blue) = 17+148+77=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 148 (58.20% from 255 or 61.16% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 148 - color contains mainly: green. Hex color #11944D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11944D is #EE6BB2. Grayscale: #646464. Windows color (decimal): -15625139 or 5084177. OLE color: 5084177.

HSL color Cylindrical-coordinate representation of color #11944D: hue angle of 147.48º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11944D is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 148 77 -
CMYK 0.89 0 0.48 0.42
HSL 147.48º 0.79% 0.32% -
HSV(B) 147.48º 0.89% 0.58% -
XYZ 12.16 21.83 10.59 -
YUV 100.74 114.6 68.27 -
System Red Green Blue C M Y K H S L
Decimal 17 148 77 0.89 0 0.48 0.42 147.48 0.79 0.32
Hex 11 94 4D 59 0 30 2A 93 4F 20
Octal 21 224 115 131 0 60 52 223 117 40
Binary 10001 10010100 1001101 1011001 0 110000 101010 10010011 1001111 100000

Color Harmonies of #11944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11944D

Black with #11944D

Text Example


Text Example

White with #11944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11944D; }

 p { color: rgb(17,148,77); }

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

background-color css

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

 a { background-color: rgb(17,148,77); }

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

border-color css

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

 span { border-color: rgb(17,148,77); }

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