Html Css Color HEX #129D44 Pigment Green

📋 copy color: '#129D44'

red 18 ◦ green 157 ◦ blue 68

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

Shades of Pigment Green #129D44

Tints of Pigment Green #129D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.98%

R = 7.41%
G = 64.61%
B = 27.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#129D44 (or 0x129D44) is known color: Pigment Green. HEX triplet: 12, 9D and 44. RGB value is (18,157,68). Sum of RGB (Red+Green+Blue) = 18+157+68=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 157 (61.72% from 255 or 64.61% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 157 - color contains mainly: green. Hex color #129D44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129D44 is #ED62BB. Grayscale: #696969. Windows color (decimal): -15557308 or 4496658. OLE color: 4496658.

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

Color convert

RGB 18 157 68 -
CMYK 0.89 0 0.57 0.38
HSL 141.58º 0.79% 0.34% -
HSV(B) 141.58º 0.89% 0.62% -
XYZ 13.35 24.66 9.53 -
YUV 105.29 106.95 65.74 -
System Red Green Blue C M Y K H S L
Decimal 18 157 68 0.89 0 0.57 0.38 141.58 0.79 0.34
Hex 12 9D 44 59 0 39 26 8E 4F 22
Octal 22 235 104 131 0 71 46 216 117 42
Binary 10010 10011101 1000100 1011001 0 111001 100110 10001110 1001111 100010

Color Harmonies of #129D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129D44

Black with #129D44

Text Example


Text Example

White with #129D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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