Html Css Color HEX #1F856C Elf Green

📋 copy color: '#1F856C'

red 31 ◦ green 133 ◦ blue 108

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

Shades of Elf Green #1F856C

Tints of Elf Green #1F856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.9%

 BLUE value IS 108 (42.58% from 255) = 39.71%

R = 11.4%
G = 48.9%
B = 39.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#1F856C (or 0x1F856C) is known color: Elf Green. HEX triplet: 1F, 85 and 6C. RGB value is (31,133,108). Sum of RGB (Red+Green+Blue) = 31+133+108=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #1F856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F856C is #E07A93. Grayscale: #636363. Windows color (decimal): -14711444 or 7111967. OLE color: 7111967.

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

Color convert

RGB 31 133 108 -
CMYK 0.77 0 0.19 0.48
HSL 165.29º 0.62% 0.32% -
HSV(B) 165.29º 0.77% 0.52% -
XYZ 11.66 18.15 17.08 -
YUV 99.65 132.71 79.03 -
System Red Green Blue C M Y K H S L
Decimal 31 133 108 0.77 0 0.19 0.48 165.29 0.62 0.32
Hex 1F 85 6C 4D 0 13 30 A5 3E 20
Octal 37 205 154 115 0 23 60 245 76 40
Binary 11111 10000101 1101100 1001101 0 10011 110000 10100101 111110 100000

Color Harmonies of #1F856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F856C

Black with #1F856C

Text Example


Text Example

White with #1F856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,133,108); }

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

background-color css

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

 a { background-color: rgb(31,133,108); }

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

border-color css

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

 span { border-color: rgb(31,133,108); }

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