Html Css Color HEX #129648 Pigment Green

📋 copy color: '#129648'

red 18 ◦ green 150 ◦ blue 72

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

Shades of Pigment Green #129648

Tints of Pigment Green #129648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30%

R = 7.5%
G = 62.5%
B = 30%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#129648 (or 0x129648) is known color: Pigment Green. HEX triplet: 12, 96 and 48. RGB value is (18,150,72). Sum of RGB (Red+Green+Blue) = 18+150+72=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 150 (58.98% from 255 or 62.5% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 150 - color contains mainly: green. Hex color #129648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129648 is #ED69B7. Grayscale: #656565. Windows color (decimal): -15559096 or 4757010. OLE color: 4757010.

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

Color convert

RGB 18 150 72 -
CMYK 0.88 0 0.52 0.41
HSL 144.55º 0.79% 0.33% -
HSV(B) 144.55º 0.88% 0.59% -
XYZ 12.33 22.41 9.81 -
YUV 101.64 111.27 68.34 -
System Red Green Blue C M Y K H S L
Decimal 18 150 72 0.88 0 0.52 0.41 144.55 0.79 0.33
Hex 12 96 48 58 0 34 29 91 4F 21
Octal 22 226 110 130 0 64 51 221 117 41
Binary 10010 10010110 1001000 1011000 0 110100 101001 10010001 1001111 100001

Color Harmonies of #129648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129648

Black with #129648

Text Example


Text Example

White with #129648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129648; }

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

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

background-color css

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

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

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

border-color css

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

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

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