Html Css Color HEX #139941 Pigment Green

📋 copy color: '#139941'

red 19 ◦ green 153 ◦ blue 65

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

Shades of Pigment Green #139941

Tints of Pigment Green #139941

RGB

 RED value IS 19 (7.81% from 255) = 8.02%

 GREEN value IS 153 (60.16% from 255) = 64.56%

 BLUE value IS 65 (25.78% from 255) = 27.43%

R = 8.02%
G = 64.56%
B = 27.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#139941 (or 0x139941) is known color: Pigment Green. HEX triplet: 13, 99 and 41. RGB value is (19,153,65). Sum of RGB (Red+Green+Blue) = 19+153+65=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 153 (60.16% from 255 or 64.56% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 153 - color contains mainly: green. Hex color #139941 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139941 is #EC66BE. Grayscale: #676767. Windows color (decimal): -15492799 or 4299027. OLE color: 4299027.

HSL color Cylindrical-coordinate representation of color #139941: hue angle of 140.6º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139941 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 153 65 -
CMYK 0.88 0 0.58 0.4
HSL 140.6º 0.78% 0.34% -
HSV(B) 140.6º 0.88% 0.6% -
XYZ 12.61 23.3 8.83 -
YUV 102.9 106.61 68.16 -
System Red Green Blue C M Y K H S L
Decimal 19 153 65 0.88 0 0.58 0.4 140.6 0.78 0.34
Hex 13 99 41 58 0 3A 28 8D 4E 22
Octal 23 231 101 130 0 72 50 215 116 42
Binary 10011 10011001 1000001 1011000 0 111010 101000 10001101 1001110 100010

Color Harmonies of #139941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139941

Black with #139941

Text Example


Text Example

White with #139941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139941; }

 p { color: rgb(19,153,65); }

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

background-color css

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

 a { background-color: rgb(19,153,65); }

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

border-color css

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

 span { border-color: rgb(19,153,65); }

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