Html Css Color HEX #129D49 Pigment Green

📋 copy color: '#129D49'

red 18 ◦ green 157 ◦ blue 73

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

Shades of Pigment Green #129D49

Tints of Pigment Green #129D49

RGB

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

 GREEN value IS 157 (61.72% from 255) = 63.31%

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

R = 7.26%
G = 63.31%
B = 29.44%

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

#129D49 (or 0x129D49) is known color: Pigment Green. HEX triplet: 12, 9D and 49. RGB value is (18,157,73). Sum of RGB (Red+Green+Blue) = 18+157+73=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #129D49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D49 is #ED62B6. Grayscale: #6A6A6A. Windows color (decimal): -15557303 or 4824338. OLE color: 4824338.

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

Color convert

RGB 18 157 73 -
CMYK 0.89 0 0.54 0.38
HSL 143.74º 0.79% 0.34% -
HSV(B) 143.74º 0.89% 0.62% -
XYZ 13.51 24.72 10.36 -
YUV 105.86 109.45 65.33 -
System Red Green Blue C M Y K H S L
Decimal 18 157 73 0.89 0 0.54 0.38 143.74 0.79 0.34
Hex 12 9D 49 59 0 36 26 90 4F 22
Octal 22 235 111 131 0 66 46 220 117 42
Binary 10010 10011101 1001001 1011001 0 110110 100110 10010000 1001111 100010

Color Harmonies of #129D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129D49

Black with #129D49

Text Example


Text Example

White with #129D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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