Html Css Color HEX #1F9E7B Jungle Green

📋 copy color: '#1F9E7B'

red 31 ◦ green 158 ◦ blue 123

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

Shades of Jungle Green #1F9E7B

Tints of Jungle Green #1F9E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 9.94%
G = 50.64%
B = 39.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#1F9E7B (or 0x1F9E7B) is known color: Jungle Green. HEX triplet: 1F, 9E and 7B. RGB value is (31,158,123). Sum of RGB (Red+Green+Blue) = 31+158+123=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #1F9E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9E7B is #E06184. Grayscale: #747474. Windows color (decimal): -14705029 or 8101407. OLE color: 8101407.

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

Color convert

RGB 31 158 123 -
CMYK 0.80 0 0.22 0.38
HSL 163.46º 0.67% 0.37% -
HSV(B) 163.46º 0.8% 0.62% -
XYZ 16.37 26.18 22.93 -
YUV 116.04 131.92 67.35 -
System Red Green Blue C M Y K H S L
Decimal 31 158 123 0.80 0 0.22 0.38 163.46 0.67 0.37
Hex 1F 9E 7B 50 0 16 26 A3 43 25
Octal 37 236 173 120 0 26 46 243 103 45
Binary 11111 10011110 1111011 1010000 0 10110 100110 10100011 1000011 100101

Color Harmonies of #1F9E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9E7B

Black with #1F9E7B

Text Example


Text Example

White with #1F9E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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