Html Css Color HEX #129849 Pigment Green

📋 copy color: '#129849'

red 18 ◦ green 152 ◦ blue 73

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

Shades of Pigment Green #129849

Tints of Pigment Green #129849

RGB

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

 GREEN value IS 152 (59.77% from 255) = 62.55%

 BLUE value IS 73 (28.91% from 255) = 30.04%

R = 7.41%
G = 62.55%
B = 30.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#129849 (or 0x129849) is known color: Pigment Green. HEX triplet: 12, 98 and 49. RGB value is (18,152,73). Sum of RGB (Red+Green+Blue) = 18+152+73=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #129849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129849 is #ED67B6. Grayscale: #676767. Windows color (decimal): -15558583 or 4823058. OLE color: 4823058.

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

Color convert

RGB 18 152 73 -
CMYK 0.88 0 0.52 0.40
HSL 144.63º 0.79% 0.33% -
HSV(B) 144.63º 0.88% 0.6% -
XYZ 12.68 23.07 10.09 -
YUV 102.93 111.11 67.42 -
System Red Green Blue C M Y K H S L
Decimal 18 152 73 0.88 0 0.52 0.40 144.63 0.79 0.33
Hex 12 98 49 58 0 34 28 91 4F 21
Octal 22 230 111 130 0 64 50 221 117 41
Binary 10010 10011000 1001001 1011000 0 110100 101000 10010001 1001111 100001

Color Harmonies of #129849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129849

Black with #129849

Text Example


Text Example

White with #129849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129849; }

 p { color: rgb(18,152,73); }

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

background-color css

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

 a { background-color: rgb(18,152,73); }

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

border-color css

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

 span { border-color: rgb(18,152,73); }

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