#129647

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

Shades of Pigment Green #129647

Tints of Pigment Green #129647

Color information

#129647 (or 0x129647) is unknown color: approx Pigment Green. HEX triplet: 12, 96 and 47. RGB value is (18,150,71). Sum of RGB (Red+Green+Blue) = 18+150+71=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 150 (58.98% from 255 or 62.76% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 150 - color contains mainly: green. Hex color #129647 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129647 is #ED69B8. Grayscale: #656565. Windows color (decimal): -15559097 or 4691474. OLE color: 4691474.

HSL color Cylindrical-coordinate representation of color #129647: hue angle of 144.09º 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 #129647 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB1815071-
CMYK0.8800.530.41
HSL144.09º78.57%32.94%-
HSV(B)144.09º88%58.82%-
XYZ12.2922.49.64-
YUV101.53110.7768.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 150 (58.98% from 255) = 62.76%
BLUE value IS 71 (28.12% from 255) = 29.71%
R=7.53%
G=62.76%
B=29.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18150710.8800.530.41144.0978.5732.94
Hex1296475803529904f21
Octal222261071300655122011741
Binary1001010010110100011110110000110101101001100100001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129647; }

 p { color: rgb(18,150,71); }

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

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

 a { background-color: rgb(18,150,71); }

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

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

 span { border-color: rgb(18,150,71); }

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