#12973a

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

Shades of Pigment Green #12973A

Tints of Pigment Green #12973A

Color information

#12973A (or 0x12973A) is unknown color: approx Pigment Green. HEX triplet: 12, 97 and 3A. RGB value is (18,151,58). Sum of RGB (Red+Green+Blue) = 18+151+58=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 151 (59.38% from 255 or 66.52% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 151 - color contains mainly: green. Hex color #12973A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12973A is #ED68C5. Grayscale: #646464. Windows color (decimal): -15558854 or 3839762. OLE color: 3839762.

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

Color convert

RGB1815158-
CMYK0.8800.620.41
HSL138.05º78.7%33.14%-
HSV(B)138.05º88.08%59.22%-
XYZ12.0822.577.72-
YUV100.63103.9469.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 151 (59.38% from 255) = 66.52%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=7.93%
G=66.52%
B=25.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18151580.8800.620.41138.0578.733.14
Hex12973A5803E298a4f21
Octal22227721300765121211741
Binary100101001011111101010110000111110101001100010101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12973a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12973a; }

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

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

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

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

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

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

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

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