Html Css Color HEX #119440 Pigment Green

📋 copy color: '#119440'

red 17 ◦ green 148 ◦ blue 64

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

Shades of Pigment Green #119440

Tints of Pigment Green #119440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 7.42%
G = 64.63%
B = 27.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#119440 (or 0x119440) is known color: Pigment Green. HEX triplet: 11, 94 and 40. RGB value is (17,148,64). Sum of RGB (Red+Green+Blue) = 17+148+64=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #119440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119440 is #EE6BBF. Grayscale: #636363. Windows color (decimal): -15625152 or 4232209. OLE color: 4232209.

HSL color Cylindrical-coordinate representation of color #119440: hue angle of 141.53º 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 #119440 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 148 64 -
CMYK 0.89 0 0.57 0.42
HSL 141.53º 0.79% 0.32% -
HSV(B) 141.53º 0.89% 0.58% -
XYZ 11.75 21.67 8.41 -
YUV 99.26 108.1 69.33 -
System Red Green Blue C M Y K H S L
Decimal 17 148 64 0.89 0 0.57 0.42 141.53 0.79 0.32
Hex 11 94 40 59 0 39 2A 8E 4F 20
Octal 21 224 100 131 0 71 52 216 117 40
Binary 10001 10010100 1000000 1011001 0 111001 101010 10001110 1001111 100000

Color Harmonies of #119440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119440

Black with #119440

Text Example


Text Example

White with #119440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119440; }

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

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

background-color css

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

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

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

border-color css

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

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

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