Html Css Color HEX #1FA37D Jungle Green

📋 copy color: '#1FA37D'

red 31 ◦ green 163 ◦ blue 125

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

Shades of Jungle Green #1FA37D

Tints of Jungle Green #1FA37D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.1%

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 9.72%
G = 51.1%
B = 39.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#1FA37D (or 0x1FA37D) is known color: Jungle Green. HEX triplet: 1F, A3 and 7D. RGB value is (31,163,125). Sum of RGB (Red+Green+Blue) = 31+163+125=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #1FA37D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA37D is #E05C82. Grayscale: #777777. Windows color (decimal): -14703747 or 8233759. OLE color: 8233759.

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

Color convert

RGB 31 163 125 -
CMYK 0.81 0 0.23 0.36
HSL 162.73º 0.68% 0.38% -
HSV(B) 162.73º 0.81% 0.64% -
XYZ 17.36 27.97 23.88 -
YUV 119.2 131.27 65.09 -
System Red Green Blue C M Y K H S L
Decimal 31 163 125 0.81 0 0.23 0.36 162.73 0.68 0.38
Hex 1F A3 7D 51 0 17 24 A3 44 26
Octal 37 243 175 121 0 27 44 243 104 46
Binary 11111 10100011 1111101 1010001 0 10111 100100 10100011 1000100 100110

Color Harmonies of #1FA37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA37D

Black with #1FA37D

Text Example


Text Example

White with #1FA37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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