Html Css Color HEX #129F41 Pigment Green

📋 copy color: '#129F41'

red 18 ◦ green 159 ◦ blue 65

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

Shades of Pigment Green #129F41

Tints of Pigment Green #129F41

RGB

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

 GREEN value IS 159 (62.5% from 255) = 65.7%

 BLUE value IS 65 (25.78% from 255) = 26.86%

R = 7.44%
G = 65.7%
B = 26.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#129F41 (or 0x129F41) is known color: Pigment Green. HEX triplet: 12, 9F and 41. RGB value is (18,159,65). Sum of RGB (Red+Green+Blue) = 18+159+65=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 159 (62.5% from 255 or 65.70% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 159 - color contains mainly: green. Hex color #129F41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129F41 is #ED60BE. Grayscale: #6A6A6A. Windows color (decimal): -15556799 or 4300562. OLE color: 4300562.

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

Color convert

RGB 18 159 65 -
CMYK 0.89 0 0.59 0.38
HSL 140º 0.8% 0.35% -
HSV(B) 140º 0.89% 0.62% -
XYZ 13.6 25.31 9.17 -
YUV 106.13 104.79 65.14 -
System Red Green Blue C M Y K H S L
Decimal 18 159 65 0.89 0 0.59 0.38 140 0.8 0.35
Hex 12 9F 41 59 0 3B 26 8C 50 23
Octal 22 237 101 131 0 73 46 214 120 43
Binary 10010 10011111 1000001 1011001 0 111011 100110 10001100 1010000 100011

Color Harmonies of #129F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F41

Black with #129F41

Text Example


Text Example

White with #129F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,159,65); }

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

background-color css

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

 a { background-color: rgb(18,159,65); }

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

border-color css

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

 span { border-color: rgb(18,159,65); }

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