Html Css Color HEX #1F9C7C Jungle Green

📋 copy color: '#1F9C7C'

red 31 ◦ green 156 ◦ blue 124

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

Shades of Jungle Green #1F9C7C

Tints of Jungle Green #1F9C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.87%

R = 9.97%
G = 50.16%
B = 39.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#1F9C7C (or 0x1F9C7C) is known color: Jungle Green. HEX triplet: 1F, 9C and 7C. RGB value is (31,156,124). Sum of RGB (Red+Green+Blue) = 31+156+124=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #1F9C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9C7C is #E06383. Grayscale: #727272. Windows color (decimal): -14705540 or 8166431. OLE color: 8166431.

HSL color Cylindrical-coordinate representation of color #1F9C7C: hue angle of 164.64º 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 #1F9C7C is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 31 156 124 -
CMYK 0.80 0 0.21 0.39
HSL 164.64º 0.67% 0.37% -
HSV(B) 164.64º 0.8% 0.61% -
XYZ 16.09 25.52 23.15 -
YUV 114.98 133.09 68.1 -
System Red Green Blue C M Y K H S L
Decimal 31 156 124 0.80 0 0.21 0.39 164.64 0.67 0.37
Hex 1F 9C 7C 50 0 15 27 A5 43 25
Octal 37 234 174 120 0 25 47 245 103 45
Binary 11111 10011100 1111100 1010000 0 10101 100111 10100101 1000011 100101

Color Harmonies of #1F9C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9C7C

Black with #1F9C7C

Text Example


Text Example

White with #1F9C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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