Html Css Color HEX #1F8379 Elm

📋 copy color: '#1F8379'

red 31 ◦ green 131 ◦ blue 121

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

Shades of Elm #1F8379

Tints of Elm #1F8379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.29%

 BLUE value IS 121 (47.66% from 255) = 42.76%

R = 10.95%
G = 46.29%
B = 42.76%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#1F8379 (or 0x1F8379) is known color: Elm. HEX triplet: 1F, 83 and 79. RGB value is (31,131,121). Sum of RGB (Red+Green+Blue) = 31+131+121=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #1F8379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8379 is #E07C86. Grayscale: #636363. Windows color (decimal): -14711943 or 7963423. OLE color: 7963423.

HSL color Cylindrical-coordinate representation of color #1F8379: hue angle of 174º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8379 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 131 121 -
CMYK 0.76 0 0.08 0.49
HSL 174º 0.62% 0.32% -
HSV(B) 174º 0.76% 0.51% -
XYZ 12.13 17.9 20.91 -
YUV 99.96 139.87 78.81 -
System Red Green Blue C M Y K H S L
Decimal 31 131 121 0.76 0 0.08 0.49 174 0.62 0.32
Hex 1F 83 79 4C 0 8 31 AE 3E 20
Octal 37 203 171 114 0 10 61 256 76 40
Binary 11111 10000011 1111001 1001100 0 1000 110001 10101110 111110 100000

Color Harmonies of #1F8379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8379

Black with #1F8379

Text Example


Text Example

White with #1F8379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,131,121); }

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

background-color css

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

 a { background-color: rgb(31,131,121); }

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

border-color css

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

 span { border-color: rgb(31,131,121); }

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