#129442

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

Shades of Pigment Green #129442

Tints of Pigment Green #129442

Color information

#129442 (or 0x129442) is unknown color: approx Pigment Green. HEX triplet: 12, 94 and 42. RGB value is (18,148,66). Sum of RGB (Red+Green+Blue) = 18+148+66=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #129442 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129442 is #ED6BBD. Grayscale: #636363. Windows color (decimal): -15559614 or 4363282. OLE color: 4363282.

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

Color convert

RGB1814866-
CMYK0.8800.550.42
HSL142.15º78.31%32.55%-
HSV(B)142.15º87.84%58.04%-
XYZ11.8221.78.72-
YUV99.78108.9369.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.76%
GREEN value IS 148 (58.20% from 255) = 63.79%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=7.76%
G=63.79%
B=28.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18148660.8800.550.42142.1578.3132.55
Hex129442580372A8e4e21
Octal222241021300675221611641
Binary1001010010100100001010110000110111101010100011101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129442; }

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

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

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

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

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

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

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

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