#1FA581

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

Shades of Jungle Green #1FA581

Tints of Jungle Green #1FA581

Color information

#1FA581 (or 0x1FA581) is unknown color: approx Jungle Green. HEX triplet: 1F, A5 and 81. RGB value is (31,165,129). Sum of RGB (Red+Green+Blue) = 31+165+129=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA581 is #E05A7E. Grayscale: #787878. Windows color (decimal): -14703231 or 8496415. OLE color: 8496415.

HSL color Cylindrical-coordinate representation of color #1FA581: hue angle of 163.88º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA581 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB31165129-
CMYK0.8100.220.35
HSL163.88º68.37%38.43%-
HSV(B)163.88º81.21%64.71%-
XYZ17.9828.7925.38-
YUV120.83132.6163.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.54%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 129 (50.78% from 255) = 39.69%
R=9.54%
G=50.77%
B=39.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311651290.8100.220.35163.8868.3738.43
Hex1FA5815101623a44426
Octal372452011210264324410446
Binary1111110100101100000011010001010110100011101001001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,165,129); }

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

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

 a { background-color: rgb(31,165,129); }

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

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

 span { border-color: rgb(31,165,129); }

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