Html Css Color HEX #1F966C Elf Green

📋 copy color: '#1F966C'

red 31 ◦ green 150 ◦ blue 108

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

Shades of Elf Green #1F966C

Tints of Elf Green #1F966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.9%

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

R = 10.73%
G = 51.9%
B = 37.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#1F966C (or 0x1F966C) is known color: Elf Green. HEX triplet: 1F, 96 and 6C. RGB value is (31,150,108). Sum of RGB (Red+Green+Blue) = 31+150+108=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #1F966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F966C is #E06993. Grayscale: #6D6D6D. Windows color (decimal): -14707092 or 7116319. OLE color: 7116319.

HSL color Cylindrical-coordinate representation of color #1F966C: hue angle of 158.82º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F966C is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 31 150 108 -
CMYK 0.79 0 0.28 0.41
HSL 158.82º 0.66% 0.35% -
HSV(B) 158.82º 0.79% 0.59% -
XYZ 14.18 23.19 17.92 -
YUV 109.63 127.08 71.92 -
System Red Green Blue C M Y K H S L
Decimal 31 150 108 0.79 0 0.28 0.41 158.82 0.66 0.35
Hex 1F 96 6C 4F 0 1C 29 9F 42 23
Octal 37 226 154 117 0 34 51 237 102 43
Binary 11111 10010110 1101100 1001111 0 11100 101001 10011111 1000010 100011

Color Harmonies of #1F966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F966C

Black with #1F966C

Text Example


Text Example

White with #1F966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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