#12974F

Color #12974F Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #12974F

Tints of Pigment Green #12974F

Color information

#12974F (or 0x12974F) is unknown color: approx Pigment Green. HEX triplet: 12, 97 and 4F. RGB value is (18,151,79). Sum of RGB (Red+Green+Blue) = 18+151+79=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 151 (59.38% from 255 or 60.89% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 151 - color contains mainly: green. Hex color #12974F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12974F is #ED68B0. Grayscale: #676767. Windows color (decimal): -15558833 or 5216018. OLE color: 5216018.

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

Color convert

RGB1815179-
CMYK0.8800.480.41
HSL147.52º78.7%33.14%-
HSV(B)147.52º88.08%59.22%-
XYZ12.7322.8311.13-
YUV103.02114.4467.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 151 (59.38% from 255) = 60.89%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=7.26%
G=60.89%
B=31.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18151790.8800.480.41147.5278.733.14
Hex12974F5803029944f21
Octal222271171300605122411741
Binary1001010010111100111110110000110000101001100101001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12974F; }

 p { color: rgb(18,151,79); }

 H1.HeaderClassName
 {
   color: #12974F;
 }
 .AnyTagClassName
 {
   color: #12974F;
 }
</style>
background-color css

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

 a { background-color: rgb(18,151,79); }

 div.DivClassName
 {
   background-color: #12974F;
 }
 .BgClassName
 {
   background-color: #12974F;
 }
</style>
border-color css

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

 span { border-color: rgb(18,151,79); }

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