Html Css Color HEX #1F9E7D Jungle Green

📋 copy color: '#1F9E7D'

red 31 ◦ green 158 ◦ blue 125

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

Shades of Jungle Green #1F9E7D

Tints of Jungle Green #1F9E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.32%

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

R = 9.87%
G = 50.32%
B = 39.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#1F9E7D (or 0x1F9E7D) is known color: Jungle Green. HEX triplet: 1F, 9E and 7D. RGB value is (31,158,125). Sum of RGB (Red+Green+Blue) = 31+158+125=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #1F9E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9E7D is #E06182. Grayscale: #747474. Windows color (decimal): -14705027 or 8232479. OLE color: 8232479.

HSL color Cylindrical-coordinate representation of color #1F9E7D: hue angle of 164.41º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9E7D is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 31 158 125 -
CMYK 0.80 0 0.21 0.38
HSL 164.41º 0.67% 0.37% -
HSV(B) 164.41º 0.8% 0.62% -
XYZ 16.49 26.23 23.59 -
YUV 116.27 132.92 67.18 -
System Red Green Blue C M Y K H S L
Decimal 31 158 125 0.80 0 0.21 0.38 164.41 0.67 0.37
Hex 1F 9E 7D 50 0 15 26 A4 43 25
Octal 37 236 175 120 0 25 46 244 103 45
Binary 11111 10011110 1111101 1010000 0 10101 100110 10100100 1000011 100101

Color Harmonies of #1F9E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9E7D

Black with #1F9E7D

Text Example


Text Example

White with #1F9E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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