Html Css Color HEX #1F8966 Elf Green

📋 copy color: '#1F8966'

red 31 ◦ green 137 ◦ blue 102

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

Shades of Elf Green #1F8966

Tints of Elf Green #1F8966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.74%

 BLUE value IS 102 (40.23% from 255) = 37.78%

R = 11.48%
G = 50.74%
B = 37.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#1F8966 (or 0x1F8966) is known color: Elf Green. HEX triplet: 1F, 89 and 66. RGB value is (31,137,102). Sum of RGB (Red+Green+Blue) = 31+137+102=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8966 is #E07699. Grayscale: #656565. Windows color (decimal): -14710426 or 6719775. OLE color: 6719775.

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

Color convert

RGB 31 137 102 -
CMYK 0.77 0 0.26 0.46
HSL 160.19º 0.63% 0.33% -
HSV(B) 160.19º 0.77% 0.54% -
XYZ 11.91 19.14 15.64 -
YUV 101.32 128.38 77.85 -
System Red Green Blue C M Y K H S L
Decimal 31 137 102 0.77 0 0.26 0.46 160.19 0.63 0.33
Hex 1F 89 66 4D 0 1A 2E A0 3F 21
Octal 37 211 146 115 0 32 56 240 77 41
Binary 11111 10001001 1100110 1001101 0 11010 101110 10100000 111111 100001

Color Harmonies of #1F8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8966

Black with #1F8966

Text Example


Text Example

White with #1F8966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,137,102); }

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

background-color css

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

 a { background-color: rgb(31,137,102); }

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

border-color css

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

 span { border-color: rgb(31,137,102); }

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