Html Css Color HEX #129641 Pigment Green

📋 copy color: '#129641'

red 18 ◦ green 150 ◦ blue 65

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

Shades of Pigment Green #129641

Tints of Pigment Green #129641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 64.38%

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

R = 7.73%
G = 64.38%
B = 27.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#129641 (or 0x129641) is known color: Pigment Green. HEX triplet: 12, 96 and 41. RGB value is (18,150,65). Sum of RGB (Red+Green+Blue) = 18+150+65=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 150 (58.98% from 255 or 64.38% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 150 - color contains mainly: green. Hex color #129641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129641 is #ED69BE. Grayscale: #656565. Windows color (decimal): -15559103 or 4298258. OLE color: 4298258.

HSL color Cylindrical-coordinate representation of color #129641: hue angle of 141.36º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129641 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 150 65 -
CMYK 0.88 0 0.57 0.41
HSL 141.36º 0.79% 0.33% -
HSV(B) 141.36º 0.88% 0.59% -
XYZ 12.11 22.32 8.67 -
YUV 100.84 107.77 68.91 -
System Red Green Blue C M Y K H S L
Decimal 18 150 65 0.88 0 0.57 0.41 141.36 0.79 0.33
Hex 12 96 41 58 0 39 29 8D 4F 21
Octal 22 226 101 130 0 71 51 215 117 41
Binary 10010 10010110 1000001 1011000 0 111001 101001 10001101 1001111 100001

Color Harmonies of #129641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129641

Black with #129641

Text Example


Text Example

White with #129641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129641; }

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

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

background-color css

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

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

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

border-color css

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

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

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