Html Css Color HEX #129D48 Pigment Green

📋 copy color: '#129D48'

red 18 ◦ green 157 ◦ blue 72

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

Shades of Pigment Green #129D48

Tints of Pigment Green #129D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.15%

R = 7.29%
G = 63.56%
B = 29.15%

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

#129D48 (or 0x129D48) is known color: Pigment Green. HEX triplet: 12, 9D and 48. RGB value is (18,157,72). Sum of RGB (Red+Green+Blue) = 18+157+72=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 157 (61.72% from 255 or 63.56% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 157 - color contains mainly: green. Hex color #129D48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D48 is #ED62B7. Grayscale: #696969. Windows color (decimal): -15557304 or 4758802. OLE color: 4758802.

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

Color convert

RGB 18 157 72 -
CMYK 0.89 0 0.54 0.38
HSL 143.31º 0.79% 0.34% -
HSV(B) 143.31º 0.89% 0.62% -
XYZ 13.48 24.71 10.19 -
YUV 105.75 108.95 65.41 -
System Red Green Blue C M Y K H S L
Decimal 18 157 72 0.89 0 0.54 0.38 143.31 0.79 0.34
Hex 12 9D 48 59 0 36 26 8F 4F 22
Octal 22 235 110 131 0 66 46 217 117 42
Binary 10010 10011101 1001000 1011001 0 110110 100110 10001111 1001111 100010

Color Harmonies of #129D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129D48

Black with #129D48

Text Example


Text Example

White with #129D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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