Html Css Color HEX #1F865E Elf Green

📋 copy color: '#1F865E'

red 31 ◦ green 134 ◦ blue 94

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

Shades of Elf Green #1F865E

Tints of Elf Green #1F865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.74%

 BLUE value IS 94 (37.11% from 255) = 36.29%

R = 11.97%
G = 51.74%
B = 36.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#1F865E (or 0x1F865E) is known color: Elf Green. HEX triplet: 1F, 86 and 5E. RGB value is (31,134,94). Sum of RGB (Red+Green+Blue) = 31+134+94=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #1F865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F865E is #E079A1. Grayscale: #626262. Windows color (decimal): -14711202 or 6194719. OLE color: 6194719.

HSL color Cylindrical-coordinate representation of color #1F865E: hue angle of 156.7º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F865E is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 134 94 -
CMYK 0.77 0 0.30 0.47
HSL 156.7º 0.62% 0.32% -
HSV(B) 156.7º 0.77% 0.53% -
XYZ 11.11 18.15 13.51 -
YUV 98.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 31 134 94 0.77 0 0.30 0.47 156.7 0.62 0.32
Hex 1F 86 5E 4D 0 1E 2F 9D 3E 20
Octal 37 206 136 115 0 36 57 235 76 40
Binary 11111 10000110 1011110 1001101 0 11110 101111 10011101 111110 100000

Color Harmonies of #1F865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F865E

Black with #1F865E

Text Example


Text Example

White with #1F865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,134,94); }

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

background-color css

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

 a { background-color: rgb(31,134,94); }

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

border-color css

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

 span { border-color: rgb(31,134,94); }

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