Html Css Color HEX #1F846E Elf Green

📋 copy color: '#1F846E'

red 31 ◦ green 132 ◦ blue 110

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

Shades of Elf Green #1F846E

Tints of Elf Green #1F846E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.35%

 BLUE value IS 110 (43.36% from 255) = 40.29%

R = 11.36%
G = 48.35%
B = 40.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#1F846E (or 0x1F846E) is known color: Elf Green. HEX triplet: 1F, 84 and 6E. RGB value is (31,132,110). Sum of RGB (Red+Green+Blue) = 31+132+110=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #1F846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F846E is #E07B91. Grayscale: #636363. Windows color (decimal): -14711698 or 7242783. OLE color: 7242783.

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

Color convert

RGB 31 132 110 -
CMYK 0.77 0 0.17 0.48
HSL 166.93º 0.62% 0.32% -
HSV(B) 166.93º 0.77% 0.52% -
XYZ 11.63 17.92 17.6 -
YUV 99.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 31 132 110 0.77 0 0.17 0.48 166.93 0.62 0.32
Hex 1F 84 6E 4D 0 11 30 A7 3E 20
Octal 37 204 156 115 0 21 60 247 76 40
Binary 11111 10000100 1101110 1001101 0 10001 110000 10100111 111110 100000

Color Harmonies of #1F846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F846E

Black with #1F846E

Text Example


Text Example

White with #1F846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,132,110); }

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

background-color css

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

 a { background-color: rgb(31,132,110); }

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

border-color css

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

 span { border-color: rgb(31,132,110); }

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