Html Css Color HEX #1F895D Elf Green

📋 copy color: '#1F895D'

red 31 ◦ green 137 ◦ blue 93

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

Shades of Elf Green #1F895D

Tints of Elf Green #1F895D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 11.88%
G = 52.49%
B = 35.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#1F895D (or 0x1F895D) is known color: Elf Green. HEX triplet: 1F, 89 and 5D. RGB value is (31,137,93). Sum of RGB (Red+Green+Blue) = 31+137+93=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 137 (53.91% from 255 or 52.49% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 137 - color contains mainly: green. Hex color #1F895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F895D is #E076A2. Grayscale: #646464. Windows color (decimal): -14710435 or 6129951. OLE color: 6129951.

HSL color Cylindrical-coordinate representation of color #1F895D: hue angle of 155.09º 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 #1F895D is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 137 93 -
CMYK 0.77 0 0.32 0.46
HSL 155.09º 0.63% 0.33% -
HSV(B) 155.09º 0.77% 0.54% -
XYZ 11.49 18.97 13.41 -
YUV 100.29 123.88 78.58 -
System Red Green Blue C M Y K H S L
Decimal 31 137 93 0.77 0 0.32 0.46 155.09 0.63 0.33
Hex 1F 89 5D 4D 0 20 2E 9B 3F 21
Octal 37 211 135 115 0 40 56 233 77 41
Binary 11111 10001001 1011101 1001101 0 100000 101110 10011011 111111 100001

Color Harmonies of #1F895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F895D

Black with #1F895D

Text Example


Text Example

White with #1F895D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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