#11933D

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

Shades of Pigment Green #11933D

Tints of Pigment Green #11933D

Color information

#11933D (or 0x11933D) is unknown color: approx Pigment Green. HEX triplet: 11, 93 and 3D. RGB value is (17,147,61). Sum of RGB (Red+Green+Blue) = 17+147+61=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 147 (57.81% from 255 or 65.33% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 147 - color contains mainly: green. Hex color #11933D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11933D is #EE6CC2. Grayscale: #626262. Windows color (decimal): -15625411 or 4035345. OLE color: 4035345.

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

Color convert

RGB1714761-
CMYK0.8800.590.42
HSL140.31º79.27%32.16%-
HSV(B)140.31º88.44%57.65%-
XYZ11.5121.327.92-
YUV98.33106.9369.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 147 (57.81% from 255) = 65.33%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=7.56%
G=65.33%
B=27.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17147610.8800.590.42140.3179.2732.16
Hex11933D5803B2A8c4f20
Octal21223751300735221411740
Binary100011001001111110110110000111011101010100011001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11933D; }

 p { color: rgb(17,147,61); }

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

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

 a { background-color: rgb(17,147,61); }

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

<style>
 span { border-color: #11933D; }

 span { border-color: rgb(17,147,61); }

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