Html Css Color HEX #1F9C7F Jungle Green

📋 copy color: '#1F9C7F'

red 31 ◦ green 156 ◦ blue 127

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

Shades of Jungle Green #1F9C7F

Tints of Jungle Green #1F9C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.68%

 BLUE value IS 127 (50% from 255) = 40.45%

R = 9.87%
G = 49.68%
B = 40.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#1F9C7F (or 0x1F9C7F) is known color: Jungle Green. HEX triplet: 1F, 9C and 7F. RGB value is (31,156,127). Sum of RGB (Red+Green+Blue) = 31+156+127=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C7F is #E06380. Grayscale: #737373. Windows color (decimal): -14705537 or 8363039. OLE color: 8363039.

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

Color convert

RGB 31 156 127 -
CMYK 0.80 0 0.19 0.39
HSL 166.08º 0.67% 0.37% -
HSV(B) 166.08º 0.8% 0.61% -
XYZ 16.28 25.6 24.16 -
YUV 115.32 134.59 67.86 -
System Red Green Blue C M Y K H S L
Decimal 31 156 127 0.80 0 0.19 0.39 166.08 0.67 0.37
Hex 1F 9C 7F 50 0 13 27 A6 43 25
Octal 37 234 177 120 0 23 47 246 103 45
Binary 11111 10011100 1111111 1010000 0 10011 100111 10100110 1000011 100101

Color Harmonies of #1F9C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9C7F

Black with #1F9C7F

Text Example


Text Example

White with #1F9C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,156,127); }

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

background-color css

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

 a { background-color: rgb(31,156,127); }

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

border-color css

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

 span { border-color: rgb(31,156,127); }

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