#1D9F7F

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

Shades of Jungle Green #1D9F7F

Tints of Jungle Green #1D9F7F

Color information

#1D9F7F (or 0x1D9F7F) is unknown color: approx Jungle Green. HEX triplet: 1D, 9F and 7F. RGB value is (29,159,127). Sum of RGB (Red+Green+Blue) = 29+159+127=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #1D9F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9F7F is #E26080. Grayscale: #747474. Windows color (decimal): -14835841 or 8363805. OLE color: 8363805.

HSL color Cylindrical-coordinate representation of color #1D9F7F: hue angle of 165.23º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9F7F is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB29159127-
CMYK0.8200.200.38
HSL165.23º69.15%36.86%-
HSV(B)165.23º81.76%62.35%-
XYZ16.7426.5924.33-
YUV116.48133.9365.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.21%
GREEN value IS 159 (62.5% from 255) = 50.48%
BLUE value IS 127 (50% from 255) = 40.32%
R=9.21%
G=50.48%
B=40.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal291591270.8200.200.38165.2369.1536.86
Hex1D9F7F5201426a54525
Octal352371771220244624510545
Binary111011001111111111111010010010100100110101001011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D9F7F; }

 p { color: rgb(29,159,127); }

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

<style>
 a { background-color: #1D9F7F; }

 a { background-color: rgb(29,159,127); }

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

<style>
 span { border-color: #1D9F7F; }

 span { border-color: rgb(29,159,127); }

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