Html Css Color HEX #1F9372 Elf Green

📋 copy color: '#1F9372'

red 31 ◦ green 147 ◦ blue 114

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

Shades of Elf Green #1F9372

Tints of Elf Green #1F9372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.34%

 BLUE value IS 114 (44.92% from 255) = 39.04%

R = 10.62%
G = 50.34%
B = 39.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#1F9372 (or 0x1F9372) is known color: Elf Green. HEX triplet: 1F, 93 and 72. RGB value is (31,147,114). Sum of RGB (Red+Green+Blue) = 31+147+114=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #1F9372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9372 is #E06C8D. Grayscale: #6C6C6C. Windows color (decimal): -14707854 or 7508767. OLE color: 7508767.

HSL color Cylindrical-coordinate representation of color #1F9372: hue angle of 162.93º 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 #1F9372 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 147 114 -
CMYK 0.79 0 0.22 0.42
HSL 162.93º 0.65% 0.35% -
HSV(B) 162.93º 0.79% 0.58% -
XYZ 14.04 22.37 19.5 -
YUV 108.55 131.07 72.68 -
System Red Green Blue C M Y K H S L
Decimal 31 147 114 0.79 0 0.22 0.42 162.93 0.65 0.35
Hex 1F 93 72 4F 0 16 2A A3 41 23
Octal 37 223 162 117 0 26 52 243 101 43
Binary 11111 10010011 1110010 1001111 0 10110 101010 10100011 1000001 100011

Color Harmonies of #1F9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9372

Black with #1F9372

Text Example


Text Example

White with #1F9372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,147,114); }

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

background-color css

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

 a { background-color: rgb(31,147,114); }

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

border-color css

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

 span { border-color: rgb(31,147,114); }

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