Html Css Color HEX #129448 Pigment Green

📋 copy color: '#129448'

red 18 ◦ green 148 ◦ blue 72

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

Shades of Pigment Green #129448

Tints of Pigment Green #129448

RGB

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

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

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

R = 7.56%
G = 62.18%
B = 30.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#129448 (or 0x129448) is known color: Pigment Green. HEX triplet: 12, 94 and 48. RGB value is (18,148,72). Sum of RGB (Red+Green+Blue) = 18+148+72=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #129448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129448 is #ED6BB7. Grayscale: #646464. Windows color (decimal): -15559608 or 4756498. OLE color: 4756498.

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

Color convert

RGB 18 148 72 -
CMYK 0.88 0 0.51 0.42
HSL 144.92º 0.78% 0.33% -
HSV(B) 144.92º 0.88% 0.58% -
XYZ 12.01 21.78 9.7 -
YUV 100.47 111.93 69.18 -
System Red Green Blue C M Y K H S L
Decimal 18 148 72 0.88 0 0.51 0.42 144.92 0.78 0.33
Hex 12 94 48 58 0 33 2A 91 4E 21
Octal 22 224 110 130 0 63 52 221 116 41
Binary 10010 10010100 1001000 1011000 0 110011 101010 10010001 1001110 100001

Color Harmonies of #129448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129448

Black with #129448

Text Example


Text Example

White with #129448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129448; }

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

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

background-color css

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

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

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

border-color css

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

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

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