Html Css Color HEX #1F8864 Elf Green

📋 copy color: '#1F8864'

red 31 ◦ green 136 ◦ blue 100

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

Shades of Elf Green #1F8864

Tints of Elf Green #1F8864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.94%

 BLUE value IS 100 (39.45% from 255) = 37.45%

R = 11.61%
G = 50.94%
B = 37.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#1F8864 (or 0x1F8864) is known color: Elf Green. HEX triplet: 1F, 88 and 64. RGB value is (31,136,100). Sum of RGB (Red+Green+Blue) = 31+136+100=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #1F8864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8864 is #E0779B. Grayscale: #646464. Windows color (decimal): -14710684 or 6588447. OLE color: 6588447.

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

Color convert

RGB 31 136 100 -
CMYK 0.77 0 0.26 0.47
HSL 159.43º 0.63% 0.33% -
HSV(B) 159.43º 0.77% 0.53% -
XYZ 11.67 18.82 15.07 -
YUV 100.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 31 136 100 0.77 0 0.26 0.47 159.43 0.63 0.33
Hex 1F 88 64 4D 0 1A 2F 9F 3F 21
Octal 37 210 144 115 0 32 57 237 77 41
Binary 11111 10001000 1100100 1001101 0 11010 101111 10011111 111111 100001

Color Harmonies of #1F8864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8864

Black with #1F8864

Text Example


Text Example

White with #1F8864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,136,100); }

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

background-color css

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

 a { background-color: rgb(31,136,100); }

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

border-color css

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

 span { border-color: rgb(31,136,100); }

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