Html Css Color HEX #1F9061 Elf Green

📋 copy color: '#1F9061'

red 31 ◦ green 144 ◦ blue 97

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

Shades of Elf Green #1F9061

Tints of Elf Green #1F9061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.94%

 BLUE value IS 97 (38.28% from 255) = 35.66%

R = 11.4%
G = 52.94%
B = 35.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#1F9061 (or 0x1F9061) is known color: Elf Green. HEX triplet: 1F, 90 and 61. RGB value is (31,144,97). Sum of RGB (Red+Green+Blue) = 31+144+97=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 144 (56.64% from 255 or 52.94% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 144 - color contains mainly: green. Hex color #1F9061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9061 is #E06F9E. Grayscale: #686868. Windows color (decimal): -14708639 or 6393887. OLE color: 6393887.

HSL color Cylindrical-coordinate representation of color #1F9061: hue angle of 155.04º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F9061 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 31 144 97 -
CMYK 0.78 0 0.33 0.44
HSL 155.04º 0.65% 0.34% -
HSV(B) 155.04º 0.78% 0.56% -
XYZ 12.7 21.1 14.71 -
YUV 104.86 123.56 75.32 -
System Red Green Blue C M Y K H S L
Decimal 31 144 97 0.78 0 0.33 0.44 155.04 0.65 0.34
Hex 1F 90 61 4E 0 21 2C 9B 41 22
Octal 37 220 141 116 0 41 54 233 101 42
Binary 11111 10010000 1100001 1001110 0 100001 101100 10011011 1000001 100010

Color Harmonies of #1F9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9061

Black with #1F9061

Text Example


Text Example

White with #1F9061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,144,97); }

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

background-color css

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

 a { background-color: rgb(31,144,97); }

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

border-color css

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

 span { border-color: rgb(31,144,97); }

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