Html Css Color HEX #1F957C Elf Green

📋 copy color: '#1F957C'

red 31 ◦ green 149 ◦ blue 124

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

Shades of Elf Green #1F957C

Tints of Elf Green #1F957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.01%

 BLUE value IS 124 (48.83% from 255) = 40.79%

R = 10.2%
G = 49.01%
B = 40.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#1F957C (or 0x1F957C) is known color: Elf Green. HEX triplet: 1F, 95 and 7C. RGB value is (31,149,124). Sum of RGB (Red+Green+Blue) = 31+149+124=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #1F957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F957C is #E06A83. Grayscale: #6E6E6E. Windows color (decimal): -14707332 or 8164639. OLE color: 8164639.

HSL color Cylindrical-coordinate representation of color #1F957C: hue angle of 167.29º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F957C is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 149 124 -
CMYK 0.79 0 0.17 0.42
HSL 167.29º 0.66% 0.35% -
HSV(B) 167.29º 0.79% 0.58% -
XYZ 14.95 23.24 22.77 -
YUV 110.87 135.41 71.03 -
System Red Green Blue C M Y K H S L
Decimal 31 149 124 0.79 0 0.17 0.42 167.29 0.66 0.35
Hex 1F 95 7C 4F 0 11 2A A7 42 23
Octal 37 225 174 117 0 21 52 247 102 43
Binary 11111 10010101 1111100 1001111 0 10001 101010 10100111 1000010 100011

Color Harmonies of #1F957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F957C

Black with #1F957C

Text Example


Text Example

White with #1F957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,149,124); }

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

background-color css

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

 a { background-color: rgb(31,149,124); }

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

border-color css

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

 span { border-color: rgb(31,149,124); }

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