#11973E

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

Shades of Pigment Green #11973E

Tints of Pigment Green #11973E

Color information

#11973E (or 0x11973E) is unknown color: approx Pigment Green. HEX triplet: 11, 97 and 3E. RGB value is (17,151,62). Sum of RGB (Red+Green+Blue) = 17+151+62=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 151 (59.38% from 255 or 65.65% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 151 - color contains mainly: green. Hex color #11973E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11973E is #EE68C1. Grayscale: #656565. Windows color (decimal): -15624386 or 4101905. OLE color: 4101905.

HSL color Cylindrical-coordinate representation of color #11973E: hue angle of 140.15º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11973E is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB1715162-
CMYK0.8900.590.41
HSL140.15º79.76%32.94%-
HSV(B)140.15º88.74%59.22%-
XYZ12.1722.68.28-
YUV100.79106.1168.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 151 (59.38% from 255) = 65.65%
BLUE value IS 62 (24.61% from 255) = 26.96%
R=7.39%
G=65.65%
B=26.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17151620.8900.590.41140.1579.7632.94
Hex11973E5903B298c5021
Octal21227761310735121412041
Binary100011001011111111010110010111011101001100011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11973E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11973E; }

 p { color: rgb(17,151,62); }

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

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

 a { background-color: rgb(17,151,62); }

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

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

 span { border-color: rgb(17,151,62); }

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