Html Css Color HEX #119B48 Pigment Green

📋 copy color: '#119B48'

red 17 ◦ green 155 ◦ blue 72

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

Shades of Pigment Green #119B48

Tints of Pigment Green #119B48

RGB

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

 GREEN value IS 155 (60.94% from 255) = 63.52%

 BLUE value IS 72 (28.52% from 255) = 29.51%

R = 6.97%
G = 63.52%
B = 29.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#119B48 (or 0x119B48) is known color: Pigment Green. HEX triplet: 11, 9B and 48. RGB value is (17,155,72). Sum of RGB (Red+Green+Blue) = 17+155+72=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 155 (60.94% from 255 or 63.52% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 155 - color contains mainly: green. Hex color #119B48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119B48 is #EE64B7. Grayscale: #686868. Windows color (decimal): -15623352 or 4758289. OLE color: 4758289.

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

Color convert

RGB 17 155 72 -
CMYK 0.89 0 0.54 0.39
HSL 143.91º 0.8% 0.34% -
HSV(B) 143.91º 0.89% 0.61% -
XYZ 13.12 24.03 10.08 -
YUV 104.28 109.78 65.75 -
System Red Green Blue C M Y K H S L
Decimal 17 155 72 0.89 0 0.54 0.39 143.91 0.8 0.34
Hex 11 9B 48 59 0 36 27 90 50 22
Octal 21 233 110 131 0 66 47 220 120 42
Binary 10001 10011011 1001000 1011001 0 110110 100111 10010000 1010000 100010

Color Harmonies of #119B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119B48

Black with #119B48

Text Example


Text Example

White with #119B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,155,72); }

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

background-color css

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

 a { background-color: rgb(17,155,72); }

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

border-color css

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

 span { border-color: rgb(17,155,72); }

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