Html Css Color HEX #1F8E7B Elf Green

📋 copy color: '#1F8E7B'

red 31 ◦ green 142 ◦ blue 123

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

Shades of Elf Green #1F8E7B

Tints of Elf Green #1F8E7B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.97%

 BLUE value IS 123 (48.44% from 255) = 41.55%

R = 10.47%
G = 47.97%
B = 41.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#1F8E7B (or 0x1F8E7B) is known color: Elf Green. HEX triplet: 1F, 8E and 7B. RGB value is (31,142,123). Sum of RGB (Red+Green+Blue) = 31+142+123=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 142 (55.86% from 255 or 47.97% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 142 - color contains mainly: green. Hex color #1F8E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8E7B is #E07184. Grayscale: #6A6A6A. Windows color (decimal): -14709125 or 8097311. OLE color: 8097311.

HSL color Cylindrical-coordinate representation of color #1F8E7B: hue angle of 169.73º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8E7B is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 31 142 123 -
CMYK 0.78 0 0.13 0.44
HSL 169.73º 0.64% 0.34% -
HSV(B) 169.73º 0.78% 0.56% -
XYZ 13.81 21.07 22.08 -
YUV 106.65 137.23 74.04 -
System Red Green Blue C M Y K H S L
Decimal 31 142 123 0.78 0 0.13 0.44 169.73 0.64 0.34
Hex 1F 8E 7B 4E 0 D 2C AA 40 22
Octal 37 216 173 116 0 15 54 252 100 42
Binary 11111 10001110 1111011 1001110 0 1101 101100 10101010 1000000 100010

Color Harmonies of #1F8E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8E7B

Black with #1F8E7B

Text Example


Text Example

White with #1F8E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,142,123); }

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

background-color css

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

 a { background-color: rgb(31,142,123); }

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

border-color css

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

 span { border-color: rgb(31,142,123); }

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