Html Css Color HEX #129B41 Pigment Green

📋 copy color: '#129B41'

red 18 ◦ green 155 ◦ blue 65

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

Shades of Pigment Green #129B41

Tints of Pigment Green #129B41

RGB

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

 GREEN value IS 155 (60.94% from 255) = 65.13%

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

R = 7.56%
G = 65.13%
B = 27.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#129B41 (or 0x129B41) is known color: Pigment Green. HEX triplet: 12, 9B and 41. RGB value is (18,155,65). Sum of RGB (Red+Green+Blue) = 18+155+65=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 155 (60.94% from 255 or 65.13% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 155 - color contains mainly: green. Hex color #129B41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129B41 is #ED64BE. Grayscale: #686868. Windows color (decimal): -15557823 or 4299538. OLE color: 4299538.

HSL color Cylindrical-coordinate representation of color #129B41: hue angle of 140.58º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129B41 is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 155 65 -
CMYK 0.88 0 0.58 0.39
HSL 140.58º 0.79% 0.34% -
HSV(B) 140.58º 0.88% 0.61% -
XYZ 12.92 23.95 8.94 -
YUV 103.78 106.11 66.82 -
System Red Green Blue C M Y K H S L
Decimal 18 155 65 0.88 0 0.58 0.39 140.58 0.79 0.34
Hex 12 9B 41 58 0 3A 27 8D 4F 22
Octal 22 233 101 130 0 72 47 215 117 42
Binary 10010 10011011 1000001 1011000 0 111010 100111 10001101 1001111 100010

Color Harmonies of #129B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129B41

Black with #129B41

Text Example


Text Example

White with #129B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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