#199D42

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

Shades of Pigment Green #199D42

Tints of Pigment Green #199D42

Color information

#199D42 (or 0x199D42) is unknown color: approx Pigment Green. HEX triplet: 19, 9D and 42. RGB value is (25,157,66). Sum of RGB (Red+Green+Blue) = 25+157+66=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #199D42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199D42 is #E662BD. Grayscale: #6B6B6B. Windows color (decimal): -15098558 or 4365593. OLE color: 4365593.

HSL color Cylindrical-coordinate representation of color #199D42: hue angle of 138.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199D42 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB2515766-
CMYK0.8400.580.38
HSL138.64º72.53%35.69%-
HSV(B)138.64º84.08%61.57%-
XYZ13.4424.719.22-
YUV107.16104.7769.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.08%
GREEN value IS 157 (61.72% from 255) = 63.31%
BLUE value IS 66 (26.17% from 255) = 26.61%
R=10.08%
G=63.31%
B=26.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25157660.8400.580.38138.6472.5335.69
Hex199D425403A268b4924
Octal312351021240724621311144
Binary1100110011101100001010101000111010100110100010111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199D42; }

 p { color: rgb(25,157,66); }

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

<style>
 a { background-color: #199D42; }

 a { background-color: rgb(25,157,66); }

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

<style>
 span { border-color: #199D42; }

 span { border-color: rgb(25,157,66); }

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