Html Css Color HEX #1F8370 Elf Green

📋 copy color: '#1F8370'

red 31 ◦ green 131 ◦ blue 112

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

Shades of Elf Green #1F8370

Tints of Elf Green #1F8370

RGB

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

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

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

R = 11.31%
G = 47.81%
B = 40.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#1F8370 (or 0x1F8370) is known color: Elf Green. HEX triplet: 1F, 83 and 70. RGB value is (31,131,112). Sum of RGB (Red+Green+Blue) = 31+131+112=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #1F8370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8370 is #E07C8F. Grayscale: #626262. Windows color (decimal): -14711952 or 7373599. OLE color: 7373599.

HSL color Cylindrical-coordinate representation of color #1F8370: hue angle of 168.6º 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 #1F8370 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 131 112 -
CMYK 0.76 0 0.15 0.49
HSL 168.6º 0.62% 0.32% -
HSV(B) 168.6º 0.76% 0.51% -
XYZ 11.61 17.69 18.13 -
YUV 98.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 31 131 112 0.76 0 0.15 0.49 168.6 0.62 0.32
Hex 1F 83 70 4C 0 F 31 A9 3E 20
Octal 37 203 160 114 0 17 61 251 76 40
Binary 11111 10000011 1110000 1001100 0 1111 110001 10101001 111110 100000

Color Harmonies of #1F8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8370

Black with #1F8370

Text Example


Text Example

White with #1F8370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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