#139F42

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

Shades of Pigment Green #139F42

Tints of Pigment Green #139F42

Color information

#139F42 (or 0x139F42) is unknown color: approx Pigment Green. HEX triplet: 13, 9F and 42. RGB value is (19,159,66). Sum of RGB (Red+Green+Blue) = 19+159+66=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 159 (62.5% from 255 or 65.16% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 159 - color contains mainly: green. Hex color #139F42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F42 is #EC60BD. Grayscale: #6A6A6A. Windows color (decimal): -15491262 or 4366099. OLE color: 4366099.

HSL color Cylindrical-coordinate representation of color #139F42: hue angle of 140.14º 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 #139F42 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1915966-
CMYK0.8800.580.38
HSL140.14º78.65%34.9%-
HSV(B)140.14º88.05%62.35%-
XYZ13.6525.339.32-
YUV106.54105.1265.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.79%
GREEN value IS 159 (62.5% from 255) = 65.16%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=7.79%
G=65.16%
B=27.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19159660.8800.580.38140.1478.6534.9
Hex139F425803A268c4f23
Octal232371021300724621411743
Binary1001110011111100001010110000111010100110100011001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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