#139F40

Color #139F40 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #139F40

Tints of Pigment Green #139F40

Color information

#139F40 (or 0x139F40) is unknown color: approx Pigment Green. HEX triplet: 13, 9F and 40. RGB value is (19,159,64). Sum of RGB (Red+Green+Blue) = 19+159+64=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 159 (62.5% from 255 or 65.70% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 159 - color contains mainly: green. Hex color #139F40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F40 is #EC60BF. Grayscale: #6A6A6A. Windows color (decimal): -15491264 or 4235027. OLE color: 4235027.

HSL color Cylindrical-coordinate representation of color #139F40: hue angle of 139.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139F40 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB1915964-
CMYK0.8800.600.38
HSL139.29º78.65%34.9%-
HSV(B)139.29º88.05%62.35%-
XYZ13.5925.39.02-
YUV106.31104.1265.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 159 (62.5% from 255) = 65.70%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=7.85%
G=65.70%
B=26.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19159640.8800.600.38139.2978.6534.9
Hex139F405803C268b4f23
Octal232371001300744621311743
Binary1001110011111100000010110000111100100110100010111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139F40; }

 p { color: rgb(19,159,64); }

 H1.HeaderClassName
 {
   color: #139F40;
 }
 .AnyTagClassName
 {
   color: #139F40;
 }
</style>
background-color css

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

 a { background-color: rgb(19,159,64); }

 div.DivClassName
 {
   background-color: #139F40;
 }
 .BgClassName
 {
   background-color: #139F40;
 }
</style>
border-color css

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

 span { border-color: rgb(19,159,64); }

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