#199F81

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

Shades of Jungle Green #199F81

Tints of Jungle Green #199F81

Color information

#199F81 (or 0x199F81) is unknown color: approx Jungle Green. HEX triplet: 19, 9F and 81. RGB value is (25,159,129). Sum of RGB (Red+Green+Blue) = 25+159+129=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #199F81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199F81 is #E6607E. Grayscale: #737373. Windows color (decimal): -15097983 or 8494873. OLE color: 8494873.

HSL color Cylindrical-coordinate representation of color #199F81: hue angle of 166.57º 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 #199F81 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB25159129-
CMYK0.8400.190.38
HSL166.57º72.83%36.08%-
HSV(B)166.57º84.28%62.35%-
XYZ16.7626.5925.02-
YUV115.51135.6163.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.99%
GREEN value IS 159 (62.5% from 255) = 50.80%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=7.99%
G=50.80%
B=41.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251591290.8400.190.38166.5772.8336.08
Hex199F815401326a74924
Octal312372011240234624711144
Binary1100110011111100000011010100010011100110101001111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,159,129); }

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

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

 a { background-color: rgb(25,159,129); }

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

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

 span { border-color: rgb(25,159,129); }

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