Html Css Color HEX #1F7870 Elm

📋 copy color: '#1F7870'

red 31 ◦ green 120 ◦ blue 112

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

Shades of Elm #1F7870

Tints of Elm #1F7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.63%

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 11.79%
G = 45.63%
B = 42.59%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#1F7870 (or 0x1F7870) is known color: Elm. HEX triplet: 1F, 78 and 70. RGB value is (31,120,112). Sum of RGB (Red+Green+Blue) = 31+120+112=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7870 is #E0878F. Grayscale: #5C5C5C. Windows color (decimal): -14714768 or 7370783. OLE color: 7370783.

HSL color Cylindrical-coordinate representation of color #1F7870: hue angle of 174.61º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7870 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 120 112 -
CMYK 0.74 0 0.07 0.53
HSL 174.61º 0.59% 0.3% -
HSV(B) 174.61º 0.74% 0.47% -
XYZ 10.21 14.89 17.67 -
YUV 92.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 31 120 112 0.74 0 0.07 0.53 174.61 0.59 0.3
Hex 1F 78 70 4A 0 7 35 AF 3B 1E
Octal 37 170 160 112 0 7 65 257 73 36
Binary 11111 1111000 1110000 1001010 0 111 110101 10101111 111011 11110

Color Harmonies of #1F7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7870

Black with #1F7870

Text Example


Text Example

White with #1F7870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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