Html Css Color HEX #129545 Pigment Green

📋 copy color: '#129545'

red 18 ◦ green 149 ◦ blue 69

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

Shades of Pigment Green #129545

Tints of Pigment Green #129545

RGB

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

 GREEN value IS 149 (58.59% from 255) = 63.14%

 BLUE value IS 69 (27.34% from 255) = 29.24%

R = 7.63%
G = 63.14%
B = 29.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#129545 (or 0x129545) is known color: Pigment Green. HEX triplet: 12, 95 and 45. RGB value is (18,149,69). Sum of RGB (Red+Green+Blue) = 18+149+69=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #129545 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129545 is #ED6ABA. Grayscale: #646464. Windows color (decimal): -15559355 or 4560146. OLE color: 4560146.

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

Color convert

RGB 18 149 69 -
CMYK 0.88 0 0.54 0.42
HSL 143.36º 0.78% 0.33% -
HSV(B) 143.36º 0.88% 0.58% -
XYZ 12.07 22.05 9.25 -
YUV 100.71 110.1 69 -
System Red Green Blue C M Y K H S L
Decimal 18 149 69 0.88 0 0.54 0.42 143.36 0.78 0.33
Hex 12 95 45 58 0 36 2A 8F 4E 21
Octal 22 225 105 130 0 66 52 217 116 41
Binary 10010 10010101 1000101 1011000 0 110110 101010 10001111 1001110 100001

Color Harmonies of #129545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129545

Black with #129545

Text Example


Text Example

White with #129545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129545; }

 p { color: rgb(18,149,69); }

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

background-color css

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

 a { background-color: rgb(18,149,69); }

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

border-color css

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

 span { border-color: rgb(18,149,69); }

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