#129E41

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

Shades of Pigment Green #129E41

Tints of Pigment Green #129E41

Color information

#129E41 (or 0x129E41) is unknown color: approx Pigment Green. HEX triplet: 12, 9E and 41. RGB value is (18,158,65). Sum of RGB (Red+Green+Blue) = 18+158+65=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 158 (62.11% from 255 or 65.56% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 158 - color contains mainly: green. Hex color #129E41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129E41 is #ED61BE. Grayscale: #696969. Windows color (decimal): -15557055 or 4300306. OLE color: 4300306.

HSL color Cylindrical-coordinate representation of color #129E41: hue angle of 140.14º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129E41 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB1815865-
CMYK0.8900.590.38
HSL140.14º79.55%34.51%-
HSV(B)140.14º88.61%61.96%-
XYZ13.4324.969.11-
YUV105.54105.1265.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 158 (62.11% from 255) = 65.56%
BLUE value IS 65 (25.78% from 255) = 26.97%
R=7.47%
G=65.56%
B=26.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18158650.8900.590.38140.1479.5534.51
Hex129E415903B268c5023
Octal222361011310734621412043
Binary1001010011110100000110110010111011100110100011001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129E41; }

 p { color: rgb(18,158,65); }

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

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

 a { background-color: rgb(18,158,65); }

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

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

 span { border-color: rgb(18,158,65); }

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