Html Css Color HEX #1F8479 Elm

📋 copy color: '#1F8479'

red 31 ◦ green 132 ◦ blue 121

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

Shades of Elm #1F8479

Tints of Elm #1F8479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.48%

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

R = 10.92%
G = 46.48%
B = 42.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#1F8479 (or 0x1F8479) is known color: Elm. HEX triplet: 1F, 84 and 79. RGB value is (31,132,121). Sum of RGB (Red+Green+Blue) = 31+132+121=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 121 (47.66% from 255 or 42.61% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8479 is #E07B86. Grayscale: #646464. Windows color (decimal): -14711687 or 7963679. OLE color: 7963679.

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

Color convert

RGB 31 132 121 -
CMYK 0.77 0 0.08 0.48
HSL 173.47º 0.62% 0.32% -
HSV(B) 173.47º 0.77% 0.52% -
XYZ 12.27 18.17 20.95 -
YUV 100.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 31 132 121 0.77 0 0.08 0.48 173.47 0.62 0.32
Hex 1F 84 79 4D 0 8 30 AD 3E 20
Octal 37 204 171 115 0 10 60 255 76 40
Binary 11111 10000100 1111001 1001101 0 1000 110000 10101101 111110 100000

Color Harmonies of #1F8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8479

Black with #1F8479

Text Example


Text Example

White with #1F8479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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