Html Css Color HEX #129D3A Pigment Green

📋 copy color: '#129D3A'

red 18 ◦ green 157 ◦ blue 58

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

Shades of Pigment Green #129D3A

Tints of Pigment Green #129D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.89%

R = 7.73%
G = 67.38%
B = 24.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#129D3A (or 0x129D3A) is known color: Pigment Green. HEX triplet: 12, 9D and 3A. RGB value is (18,157,58). Sum of RGB (Red+Green+Blue) = 18+157+58=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 157 (61.72% from 255 or 67.38% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 157 - color contains mainly: green. Hex color #129D3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D3A is #ED62C5. Grayscale: #686868. Windows color (decimal): -15557318 or 3841298. OLE color: 3841298.

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

Color convert

RGB 18 157 58 -
CMYK 0.89 0 0.63 0.38
HSL 137.27º 0.79% 0.34% -
HSV(B) 137.27º 0.89% 0.62% -
XYZ 13.07 24.55 8.05 -
YUV 104.15 101.95 66.55 -
System Red Green Blue C M Y K H S L
Decimal 18 157 58 0.89 0 0.63 0.38 137.27 0.79 0.34
Hex 12 9D 3A 59 0 3F 26 89 4F 22
Octal 22 235 72 131 0 77 46 211 117 42
Binary 10010 10011101 111010 1011001 0 111111 100110 10001001 1001111 100010

Color Harmonies of #129D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129D3A

Black with #129D3A

Text Example


Text Example

White with #129D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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