Html Css Color HEX #1F9470 Elf Green

📋 copy color: '#1F9470'

red 31 ◦ green 148 ◦ blue 112

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

Shades of Elf Green #1F9470

Tints of Elf Green #1F9470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.86%

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 10.65%
G = 50.86%
B = 38.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#1F9470 (or 0x1F9470) is known color: Elf Green. HEX triplet: 1F, 94 and 70. RGB value is (31,148,112). Sum of RGB (Red+Green+Blue) = 31+148+112=291 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.65% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #1F9470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9470 is #E06B8F. Grayscale: #6C6C6C. Windows color (decimal): -14707600 or 7377951. OLE color: 7377951.

HSL color Cylindrical-coordinate representation of color #1F9470: hue angle of 161.54º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9470 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 148 112 -
CMYK 0.79 0 0.24 0.42
HSL 161.54º 0.65% 0.35% -
HSV(B) 161.54º 0.79% 0.58% -
XYZ 14.08 22.64 18.96 -
YUV 108.91 129.74 72.43 -
System Red Green Blue C M Y K H S L
Decimal 31 148 112 0.79 0 0.24 0.42 161.54 0.65 0.35
Hex 1F 94 70 4F 0 18 2A A2 41 23
Octal 37 224 160 117 0 30 52 242 101 43
Binary 11111 10010100 1110000 1001111 0 11000 101010 10100010 1000001 100011

Color Harmonies of #1F9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9470

Black with #1F9470

Text Example


Text Example

White with #1F9470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,148,112); }

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

background-color css

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

 a { background-color: rgb(31,148,112); }

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

border-color css

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

 span { border-color: rgb(31,148,112); }

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