Html Css Color HEX #1F997D Jungle Green

📋 copy color: '#1F997D'

red 31 ◦ green 153 ◦ blue 125

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

Shades of Jungle Green #1F997D

Tints of Jungle Green #1F997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.51%

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

R = 10.03%
G = 49.51%
B = 40.45%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#1F997D (or 0x1F997D) is known color: Jungle Green. HEX triplet: 1F, 99 and 7D. RGB value is (31,153,125). Sum of RGB (Red+Green+Blue) = 31+153+125=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #1F997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F997D is #E06682. Grayscale: #717171. Windows color (decimal): -14706307 or 8231199. OLE color: 8231199.

HSL color Cylindrical-coordinate representation of color #1F997D: hue angle of 166.23º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F997D is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 153 125 -
CMYK 0.80 0 0.18 0.4
HSL 166.23º 0.66% 0.36% -
HSV(B) 166.23º 0.8% 0.6% -
XYZ 15.66 24.55 23.32 -
YUV 113.33 134.58 69.28 -
System Red Green Blue C M Y K H S L
Decimal 31 153 125 0.80 0 0.18 0.4 166.23 0.66 0.36
Hex 1F 99 7D 50 0 12 28 A6 42 24
Octal 37 231 175 120 0 22 50 246 102 44
Binary 11111 10011001 1111101 1010000 0 10010 101000 10100110 1000010 100100

Color Harmonies of #1F997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F997D

Black with #1F997D

Text Example


Text Example

White with #1F997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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