Html Css Color HEX #129451 Pigment Green

📋 copy color: '#129451'

red 18 ◦ green 148 ◦ blue 81

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

Shades of Pigment Green #129451

Tints of Pigment Green #129451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 7.29%
G = 59.92%
B = 32.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#129451 (or 0x129451) is known color: Pigment Green. HEX triplet: 12, 94 and 51. RGB value is (18,148,81). Sum of RGB (Red+Green+Blue) = 18+148+81=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #129451 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129451 is #ED6BAE. Grayscale: #656565. Windows color (decimal): -15559599 or 5346322. OLE color: 5346322.

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

Color convert

RGB 18 148 81 -
CMYK 0.88 0 0.45 0.42
HSL 149.08º 0.78% 0.33% -
HSV(B) 149.08º 0.88% 0.58% -
XYZ 12.32 21.9 11.36 -
YUV 101.49 116.43 68.45 -
System Red Green Blue C M Y K H S L
Decimal 18 148 81 0.88 0 0.45 0.42 149.08 0.78 0.33
Hex 12 94 51 58 0 2D 2A 95 4E 21
Octal 22 224 121 130 0 55 52 225 116 41
Binary 10010 10010100 1010001 1011000 0 101101 101010 10010101 1001110 100001

Color Harmonies of #129451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129451

Black with #129451

Text Example


Text Example

White with #129451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129451; }

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

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

background-color css

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

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

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

border-color css

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

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

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