Html Css Color HEX #1F896F Elf Green

📋 copy color: '#1F896F'

red 31 ◦ green 137 ◦ blue 111

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

Shades of Elf Green #1F896F

Tints of Elf Green #1F896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.1%

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 11.11%
G = 49.1%
B = 39.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#1F896F (or 0x1F896F) is known color: Elf Green. HEX triplet: 1F, 89 and 6F. RGB value is (31,137,111). Sum of RGB (Red+Green+Blue) = 31+137+111=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #1F896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F896F is #E07690. Grayscale: #666666. Windows color (decimal): -14710417 or 7309599. OLE color: 7309599.

HSL color Cylindrical-coordinate representation of color #1F896F: hue angle of 165.28º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F896F is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 137 111 -
CMYK 0.77 0 0.19 0.46
HSL 165.28º 0.63% 0.33% -
HSV(B) 165.28º 0.77% 0.54% -
XYZ 12.38 19.33 18.12 -
YUV 102.34 132.88 77.11 -
System Red Green Blue C M Y K H S L
Decimal 31 137 111 0.77 0 0.19 0.46 165.28 0.63 0.33
Hex 1F 89 6F 4D 0 13 2E A5 3F 21
Octal 37 211 157 115 0 23 56 245 77 41
Binary 11111 10001001 1101111 1001101 0 10011 101110 10100101 111111 100001

Color Harmonies of #1F896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F896F

Black with #1F896F

Text Example


Text Example

White with #1F896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,137,111); }

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

background-color css

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

 a { background-color: rgb(31,137,111); }

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

border-color css

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

 span { border-color: rgb(31,137,111); }

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