Html Css Color HEX #1F865C Elf Green

📋 copy color: '#1F865C'

red 31 ◦ green 134 ◦ blue 92

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

Shades of Elf Green #1F865C

Tints of Elf Green #1F865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.8%

R = 12.06%
G = 52.14%
B = 35.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#1F865C (or 0x1F865C) is known color: Elf Green. HEX triplet: 1F, 86 and 5C. RGB value is (31,134,92). Sum of RGB (Red+Green+Blue) = 31+134+92=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #1F865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F865C is #E079A3. Grayscale: #626262. Windows color (decimal): -14711204 or 6063647. OLE color: 6063647.

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

Color convert

RGB 31 134 92 -
CMYK 0.77 0 0.31 0.47
HSL 155.53º 0.62% 0.32% -
HSV(B) 155.53º 0.77% 0.53% -
XYZ 11.02 18.11 13.04 -
YUV 98.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 31 134 92 0.77 0 0.31 0.47 155.53 0.62 0.32
Hex 1F 86 5C 4D 0 1F 2F 9C 3E 20
Octal 37 206 134 115 0 37 57 234 76 40
Binary 11111 10000110 1011100 1001101 0 11111 101111 10011100 111110 100000

Color Harmonies of #1F865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F865C

Black with #1F865C

Text Example


Text Example

White with #1F865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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