#1f997d

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

Shades of Jungle Green #1F997D

Tints of Jungle Green #1F997D

Color information

#1F997D (or 0x1F997D) is unknown color: approx Jungle Green. HEX triplet: 1F, 99 and 7D. RGB value is (31,153,125). Sum of RGB (Red+Green+Blue) = 31+153+125=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #1F997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F997D is #E06682. Grayscale: #717171. Windows color (decimal): -14706307 or 8231199. OLE color: 8231199.

HSL color Cylindrical-coordinate representation of color #1F997D: hue angle of 166.23º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F997D is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB31153125-
CMYK0.8000.180.4
HSL166.23º66.3%36.08%-
HSV(B)166.23º79.74%60%-
XYZ15.6624.5523.32-
YUV113.33134.5869.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.03%
GREEN value IS 153 (60.16% from 255) = 49.51%
BLUE value IS 125 (49.22% from 255) = 40.45%
R=10.03%
G=49.51%
B=40.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal311531250.8000.180.4166.2366.336.08
Hex1F997D5001228a64224
Octal372311751200225024610244
Binary111111001100111111011010000010010101000101001101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f997d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,153,125); }

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

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

 a { background-color: rgb(31,153,125); }

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

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

 span { border-color: rgb(31,153,125); }

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