#11953E

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

Shades of Pigment Green #11953E

Tints of Pigment Green #11953E

Color information

#11953E (or 0x11953E) is unknown color: approx Pigment Green. HEX triplet: 11, 95 and 3E. RGB value is (17,149,62). Sum of RGB (Red+Green+Blue) = 17+149+62=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 149 (58.59% from 255 or 65.35% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 149 - color contains mainly: green. Hex color #11953E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11953E is #EE6AC1. Grayscale: #636363. Windows color (decimal): -15624898 or 4101393. OLE color: 4101393.

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

Color convert

RGB1714962-
CMYK0.8900.580.42
HSL140.45º79.52%32.55%-
HSV(B)140.45º88.59%58.43%-
XYZ11.8521.968.17-
YUV99.61106.7769.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 149 (58.59% from 255) = 65.35%
BLUE value IS 62 (24.61% from 255) = 27.19%
R=7.46%
G=65.35%
B=27.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17149620.8900.580.42140.4579.5232.55
Hex11953E5903A2A8c5021
Octal21225761310725221412041
Binary100011001010111111010110010111010101010100011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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