#11943B

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

Shades of Pigment Green #11943B

Tints of Pigment Green #11943B

Color information

#11943B (or 0x11943B) is unknown color: approx Pigment Green. HEX triplet: 11, 94 and 3B. RGB value is (17,148,59). Sum of RGB (Red+Green+Blue) = 17+148+59=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #11943B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11943B is #EE6BC4. Grayscale: #626262. Windows color (decimal): -15625157 or 3904529. OLE color: 3904529.

HSL color Cylindrical-coordinate representation of color #11943B: hue angle of 139.24º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11943B is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1714859-
CMYK0.8900.600.42
HSL139.24º79.39%32.35%-
HSV(B)139.24º88.51%58.04%-
XYZ11.6121.617.7-
YUV98.68105.669.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 148 (58.20% from 255) = 66.07%
BLUE value IS 59 (23.44% from 255) = 26.34%
R=7.59%
G=66.07%
B=26.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17148590.8900.600.42139.2479.3932.35
Hex11943B5903C2A8b4f20
Octal21224731310745221311740
Binary100011001010011101110110010111100101010100010111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11943B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11943B; }

 p { color: rgb(17,148,59); }

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

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

 a { background-color: rgb(17,148,59); }

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

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

 span { border-color: rgb(17,148,59); }

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