Html Css Color HEX #1F957F Elf Green

📋 copy color: '#1F957F'

red 31 ◦ green 149 ◦ blue 127

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

Shades of Elf Green #1F957F

Tints of Elf Green #1F957F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.37%

R = 10.1%
G = 48.53%
B = 41.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#1F957F (or 0x1F957F) is known color: Elf Green. HEX triplet: 1F, 95 and 7F. RGB value is (31,149,127). Sum of RGB (Red+Green+Blue) = 31+149+127=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #1F957F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F957F is #E06A80. Grayscale: #6F6F6F. Windows color (decimal): -14707329 or 8361247. OLE color: 8361247.

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

Color convert

RGB 31 149 127 -
CMYK 0.79 0 0.15 0.42
HSL 168.81º 0.66% 0.35% -
HSV(B) 168.81º 0.79% 0.58% -
XYZ 15.14 23.32 23.78 -
YUV 111.21 136.91 70.79 -
System Red Green Blue C M Y K H S L
Decimal 31 149 127 0.79 0 0.15 0.42 168.81 0.66 0.35
Hex 1F 95 7F 4F 0 F 2A A9 42 23
Octal 37 225 177 117 0 17 52 251 102 43
Binary 11111 10010101 1111111 1001111 0 1111 101010 10101001 1000010 100011

Color Harmonies of #1F957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F957F

Black with #1F957F

Text Example


Text Example

White with #1F957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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