Html Css Color HEX #1F855E Elf Green

📋 copy color: '#1F855E'

red 31 ◦ green 133 ◦ blue 94

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

Shades of Elf Green #1F855E

Tints of Elf Green #1F855E

RGB

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

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

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

R = 12.02%
G = 51.55%
B = 36.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#1F855E (or 0x1F855E) is known color: Elf Green. HEX triplet: 1F, 85 and 5E. RGB value is (31,133,94). Sum of RGB (Red+Green+Blue) = 31+133+94=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #1F855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F855E is #E07AA1. Grayscale: #626262. Windows color (decimal): -14711458 or 6194463. OLE color: 6194463.

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

Color convert

RGB 31 133 94 -
CMYK 0.77 0 0.29 0.48
HSL 157.06º 0.62% 0.32% -
HSV(B) 157.06º 0.77% 0.52% -
XYZ 10.97 17.87 13.46 -
YUV 98.06 125.71 80.17 -
System Red Green Blue C M Y K H S L
Decimal 31 133 94 0.77 0 0.29 0.48 157.06 0.62 0.32
Hex 1F 85 5E 4D 0 1D 30 9D 3E 20
Octal 37 205 136 115 0 35 60 235 76 40
Binary 11111 10000101 1011110 1001101 0 11101 110000 10011101 111110 100000

Color Harmonies of #1F855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F855E

Black with #1F855E

Text Example


Text Example

White with #1F855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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