#1FA782

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

Shades of Jungle Green #1FA782

Tints of Jungle Green #1FA782

Color information

#1FA782 (or 0x1FA782) is unknown color: approx Jungle Green. HEX triplet: 1F, A7 and 82. RGB value is (31,167,130). Sum of RGB (Red+Green+Blue) = 31+167+130=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #1FA782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA782 is #E0587D. Grayscale: #7A7A7A. Windows color (decimal): -14702718 or 8562463. OLE color: 8562463.

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

Color convert

RGB31167130-
CMYK0.8100.220.35
HSL163.68º68.69%38.82%-
HSV(B)163.68º81.44%65.49%-
XYZ18.4129.5425.85-
YUV122.12132.4463.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.45%
GREEN value IS 167 (65.62% from 255) = 50.91%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=9.45%
G=50.91%
B=39.63%

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
Decimal311671300.8100.220.35163.6868.6938.82
Hex1FA7825101623a44527
Octal372472021210264324410547
Binary1111110100111100000101010001010110100011101001001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,167,130); }

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

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

 a { background-color: rgb(31,167,130); }

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

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

 span { border-color: rgb(31,167,130); }

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