#11993b

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

Shades of Pigment Green #11993B

Tints of Pigment Green #11993B

Color information

#11993B (or 0x11993B) is unknown color: approx Pigment Green. HEX triplet: 11, 99 and 3B. RGB value is (17,153,59). Sum of RGB (Red+Green+Blue) = 17+153+59=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 153 (60.16% from 255 or 66.81% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 153 - color contains mainly: green. Hex color #11993B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11993B is #EE66C4. Grayscale: #656565. Windows color (decimal): -15623877 or 3905809. OLE color: 3905809.

HSL color Cylindrical-coordinate representation of color #11993B: hue angle of 138.53º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11993B is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB1715359-
CMYK0.8900.610.4
HSL138.53º80%33.33%-
HSV(B)138.53º88.89%60%-
XYZ12.4123.227.96-
YUV101.62103.9467.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 153 (60.16% from 255) = 66.81%
BLUE value IS 59 (23.44% from 255) = 25.76%
R=7.42%
G=66.81%
B=25.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17153590.8900.610.4138.538033.33
Hex11993B5903D288b5021
Octal21231731310755021312041
Binary100011001100111101110110010111101101000100010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11993b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11993b; }

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

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

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

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

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

<style>
 span { border-color: #11993b; }

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

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