#129742

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

Shades of Pigment Green #129742

Tints of Pigment Green #129742

Color information

#129742 (or 0x129742) is unknown color: approx Pigment Green. HEX triplet: 12, 97 and 42. RGB value is (18,151,66). Sum of RGB (Red+Green+Blue) = 18+151+66=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 151 (59.38% from 255 or 64.26% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 151 - color contains mainly: green. Hex color #129742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129742 is #ED68BD. Grayscale: #656565. Windows color (decimal): -15558846 or 4364050. OLE color: 4364050.

HSL color Cylindrical-coordinate representation of color #129742: hue angle of 141.65º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129742 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB1815166-
CMYK0.8800.560.41
HSL141.65º78.7%33.14%-
HSV(B)141.65º88.08%59.22%-
XYZ12.322.668.88-
YUV101.54107.9468.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.66%
GREEN value IS 151 (59.38% from 255) = 64.26%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=7.66%
G=64.26%
B=28.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18151660.8800.560.41141.6578.733.14
Hex12974258038298e4f21
Octal222271021300705121611741
Binary1001010010111100001010110000111000101001100011101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129742; }

 p { color: rgb(18,151,66); }

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

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

 a { background-color: rgb(18,151,66); }

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

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

 span { border-color: rgb(18,151,66); }

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