#129B4D

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

Shades of Pigment Green #129B4D

Tints of Pigment Green #129B4D

Color information

#129B4D (or 0x129B4D) is unknown color: approx Pigment Green. HEX triplet: 12, 9B and 4D. RGB value is (18,155,77). Sum of RGB (Red+Green+Blue) = 18+155+77=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 155 (60.94% from 255 or 62% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 155 - color contains mainly: green. Hex color #129B4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129B4D is #ED64B2. Grayscale: #696969. Windows color (decimal): -15557811 or 5085970. OLE color: 5085970.

HSL color Cylindrical-coordinate representation of color #129B4D: hue angle of 145.84º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129B4D is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB1815577-
CMYK0.8800.500.39
HSL145.84º79.19%33.92%-
HSV(B)145.84º88.39%60.78%-
XYZ13.3124.1110.97-
YUV105.15112.1165.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 155 (60.94% from 255) = 62%
BLUE value IS 77 (30.47% from 255) = 30.8%
R=7.2%
G=62%
B=30.8%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal18155770.8800.500.39145.8479.1933.92
Hex129B4D5803227924f22
Octal222331151300624722211742
Binary1001010011011100110110110000110010100111100100101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,155,77); }

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

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

 a { background-color: rgb(18,155,77); }

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

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

 span { border-color: rgb(18,155,77); }

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