Html Css Color HEX #1FA682 Jungle Green

📋 copy color: '#1FA682'

red 31 ◦ green 166 ◦ blue 130

#1FA682
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #1FA682

Tints of Jungle Green #1FA682

RGB

 RED value IS 31 (12.5% from 255) = 9.48%

 GREEN value IS 166 (65.23% from 255) = 50.76%

 BLUE value IS 130 (51.17% from 255) = 39.76%

R = 9.48%
G = 50.76%
B = 39.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#1FA682 (or 0x1FA682) is known color: Jungle Green. HEX triplet: 1F, A6 and 82. RGB value is (31,166,130). Sum of RGB (Red+Green+Blue) = 31+166+130=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA682 is #E0597D. Grayscale: #797979. Windows color (decimal): -14702974 or 8562207. OLE color: 8562207.

HSL color Cylindrical-coordinate representation of color #1FA682: hue angle of 164º 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 #1FA682 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 31 166 130 -
CMYK 0.81 0 0.22 0.35
HSL 164º 0.69% 0.39% -
HSV(B) 164º 0.81% 0.65% -
XYZ 18.23 29.18 25.79 -
YUV 121.53 132.77 63.43 -
System Red Green Blue C M Y K H S L
Decimal 31 166 130 0.81 0 0.22 0.35 164 0.69 0.39
Hex 1F A6 82 51 0 16 23 A4 45 27
Octal 37 246 202 121 0 26 43 244 105 47
Binary 11111 10100110 10000010 1010001 0 10110 100011 10100100 1000101 100111

Color Harmonies of #1FA682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA682

Black with #1FA682

Text Example


Text Example

White with #1FA682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1FA682;
 }
 .AnyTagClassName
 {
   color: #1FA682;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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