Html Css Color HEX #129446 Pigment Green

📋 copy color: '#129446'

red 18 ◦ green 148 ◦ blue 70

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

Shades of Pigment Green #129446

Tints of Pigment Green #129446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 62.71%

 BLUE value IS 70 (27.73% from 255) = 29.66%

R = 7.63%
G = 62.71%
B = 29.66%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#129446 (or 0x129446) is known color: Pigment Green. HEX triplet: 12, 94 and 46. RGB value is (18,148,70). Sum of RGB (Red+Green+Blue) = 18+148+70=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #129446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129446 is #ED6BB9. Grayscale: #646464. Windows color (decimal): -15559610 or 4625426. OLE color: 4625426.

HSL color Cylindrical-coordinate representation of color #129446: hue angle of 144º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129446 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 70 -
CMYK 0.88 0 0.53 0.42
HSL 144º 0.78% 0.33% -
HSV(B) 144º 0.88% 0.58% -
XYZ 11.94 21.75 9.36 -
YUV 100.24 110.93 69.34 -
System Red Green Blue C M Y K H S L
Decimal 18 148 70 0.88 0 0.53 0.42 144 0.78 0.33
Hex 12 94 46 58 0 35 2A 90 4E 21
Octal 22 224 106 130 0 65 52 220 116 41
Binary 10010 10010100 1000110 1011000 0 110101 101010 10010000 1001110 100001

Color Harmonies of #129446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129446

Black with #129446

Text Example


Text Example

White with #129446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129446; }

 p { color: rgb(18,148,70); }

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

background-color css

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

 a { background-color: rgb(18,148,70); }

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

border-color css

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

 span { border-color: rgb(18,148,70); }

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