Html Css Color HEX #129F49 Pigment Green

📋 copy color: '#129F49'

red 18 ◦ green 159 ◦ blue 73

#129F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #129F49

Tints of Pigment Green #129F49

RGB

 RED value IS 18 (7.42% from 255) = 7.2%

 GREEN value IS 159 (62.5% from 255) = 63.6%

 BLUE value IS 73 (28.91% from 255) = 29.2%

R = 7.2%
G = 63.6%
B = 29.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#129F49 (or 0x129F49) is known color: Pigment Green. HEX triplet: 12, 9F and 49. RGB value is (18,159,73). Sum of RGB (Red+Green+Blue) = 18+159+73=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 159 (62.5% from 255 or 63.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 159 - color contains mainly: green. Hex color #129F49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F49 is #ED60B6. Grayscale: #6B6B6B. Windows color (decimal): -15556791 or 4824850. OLE color: 4824850.

HSL color Cylindrical-coordinate representation of color #129F49: hue angle of 143.4º 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 #129F49 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 159 73 -
CMYK 0.89 0 0.54 0.38
HSL 143.4º 0.8% 0.35% -
HSV(B) 143.4º 0.89% 0.62% -
XYZ 13.85 25.41 10.48 -
YUV 107.04 108.79 64.49 -
System Red Green Blue C M Y K H S L
Decimal 18 159 73 0.89 0 0.54 0.38 143.4 0.8 0.35
Hex 12 9F 49 59 0 36 26 8F 50 23
Octal 22 237 111 131 0 66 46 217 120 43
Binary 10010 10011111 1001001 1011001 0 110110 100110 10001111 1010000 100011

Color Harmonies of #129F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F49

Black with #129F49

Text Example


Text Example

White with #129F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,159,73); }

 H1.HeaderClassName
 {
   color: #129F49;
 }
 .AnyTagClassName
 {
   color: #129F49;
 }
</style>

background-color css

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

 a { background-color: rgb(18,159,73); }

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

border-color css

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

 span { border-color: rgb(18,159,73); }

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