Html Css Color HEX #1F8478 Elm

📋 copy color: '#1F8478'

red 31 ◦ green 132 ◦ blue 120

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

Shades of Elm #1F8478

Tints of Elm #1F8478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.4%

R = 10.95%
G = 46.64%
B = 42.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#1F8478 (or 0x1F8478) is known color: Elm. HEX triplet: 1F, 84 and 78. RGB value is (31,132,120). Sum of RGB (Red+Green+Blue) = 31+132+120=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #1F8478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8478 is #E07B87. Grayscale: #646464. Windows color (decimal): -14711688 or 7898143. OLE color: 7898143.

HSL color Cylindrical-coordinate representation of color #1F8478: hue angle of 172.87º 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 #1F8478 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 132 120 -
CMYK 0.77 0 0.09 0.48
HSL 172.87º 0.62% 0.32% -
HSV(B) 172.87º 0.77% 0.52% -
XYZ 12.21 18.15 20.63 -
YUV 100.43 139.04 78.48 -
System Red Green Blue C M Y K H S L
Decimal 31 132 120 0.77 0 0.09 0.48 172.87 0.62 0.32
Hex 1F 84 78 4D 0 9 30 AD 3E 20
Octal 37 204 170 115 0 11 60 255 76 40
Binary 11111 10000100 1111000 1001101 0 1001 110000 10101101 111110 100000

Color Harmonies of #1F8478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8478

Black with #1F8478

Text Example


Text Example

White with #1F8478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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