Html Css Color HEX #1F8670 Elf Green

📋 copy color: '#1F8670'

red 31 ◦ green 134 ◦ blue 112

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

Shades of Elf Green #1F8670

Tints of Elf Green #1F8670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.38%

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

R = 11.19%
G = 48.38%
B = 40.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#1F8670 (or 0x1F8670) is known color: Elf Green. HEX triplet: 1F, 86 and 70. RGB value is (31,134,112). Sum of RGB (Red+Green+Blue) = 31+134+112=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8670 is #E0798F. Grayscale: #646464. Windows color (decimal): -14711184 or 7374367. OLE color: 7374367.

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

Color convert

RGB 31 134 112 -
CMYK 0.77 0 0.16 0.47
HSL 167.18º 0.62% 0.32% -
HSV(B) 167.18º 0.77% 0.53% -
XYZ 12.01 18.51 18.27 -
YUV 100.7 134.38 78.29 -
System Red Green Blue C M Y K H S L
Decimal 31 134 112 0.77 0 0.16 0.47 167.18 0.62 0.32
Hex 1F 86 70 4D 0 10 2F A7 3E 20
Octal 37 206 160 115 0 20 57 247 76 40
Binary 11111 10000110 1110000 1001101 0 10000 101111 10100111 111110 100000

Color Harmonies of #1F8670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8670

Black with #1F8670

Text Example


Text Example

White with #1F8670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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