Html Css Color HEX #129441 Pigment Green

📋 copy color: '#129441'

red 18 ◦ green 148 ◦ blue 65

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

Shades of Pigment Green #129441

Tints of Pigment Green #129441

RGB

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

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

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

R = 7.79%
G = 64.07%
B = 28.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#129441 (or 0x129441) is known color: Pigment Green. HEX triplet: 12, 94 and 41. RGB value is (18,148,65). Sum of RGB (Red+Green+Blue) = 18+148+65=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #129441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129441 is #ED6BBE. Grayscale: #636363. Windows color (decimal): -15559615 or 4297746. OLE color: 4297746.

HSL color Cylindrical-coordinate representation of color #129441: hue angle of 141.69º 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 #129441 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 65 -
CMYK 0.88 0 0.56 0.42
HSL 141.69º 0.78% 0.33% -
HSV(B) 141.69º 0.88% 0.58% -
XYZ 11.79 21.69 8.57 -
YUV 99.67 108.43 69.75 -
System Red Green Blue C M Y K H S L
Decimal 18 148 65 0.88 0 0.56 0.42 141.69 0.78 0.33
Hex 12 94 41 58 0 38 2A 8E 4E 21
Octal 22 224 101 130 0 70 52 216 116 41
Binary 10010 10010100 1000001 1011000 0 111000 101010 10001110 1001110 100001

Color Harmonies of #129441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129441

Black with #129441

Text Example


Text Example

White with #129441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129441; }

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

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

background-color css

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

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

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

border-color css

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

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

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