Html Css Color HEX #1F8C7B Elf Green

📋 copy color: '#1F8C7B'

red 31 ◦ green 140 ◦ blue 123

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

Shades of Elf Green #1F8C7B

Tints of Elf Green #1F8C7B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.62%

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

R = 10.54%
G = 47.62%
B = 41.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#1F8C7B (or 0x1F8C7B) is known color: Elf Green. HEX triplet: 1F, 8C and 7B. RGB value is (31,140,123). Sum of RGB (Red+Green+Blue) = 31+140+123=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #1F8C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8C7B is #E07384. Grayscale: #696969. Windows color (decimal): -14709637 or 8096799. OLE color: 8096799.

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

Color convert

RGB 31 140 123 -
CMYK 0.78 0 0.12 0.45
HSL 170.64º 0.64% 0.34% -
HSV(B) 170.64º 0.78% 0.55% -
XYZ 13.52 20.48 21.98 -
YUV 105.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 31 140 123 0.78 0 0.12 0.45 170.64 0.64 0.34
Hex 1F 8C 7B 4E 0 C 2D AB 40 22
Octal 37 214 173 116 0 14 55 253 100 42
Binary 11111 10001100 1111011 1001110 0 1100 101101 10101011 1000000 100010

Color Harmonies of #1F8C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8C7B

Black with #1F8C7B

Text Example


Text Example

White with #1F8C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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