Html Css Color HEX #1F9972 Elf Green

📋 copy color: '#1F9972'

red 31 ◦ green 153 ◦ blue 114

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

Shades of Elf Green #1F9972

Tints of Elf Green #1F9972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.34%

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

R = 10.4%
G = 51.34%
B = 38.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#1F9972 (or 0x1F9972) is known color: Elf Green. HEX triplet: 1F, 99 and 72. RGB value is (31,153,114). Sum of RGB (Red+Green+Blue) = 31+153+114=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #1F9972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9972 is #E0668D. Grayscale: #707070. Windows color (decimal): -14706318 or 7510303. OLE color: 7510303.

HSL color Cylindrical-coordinate representation of color #1F9972: hue angle of 160.82º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9972 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 31 153 114 -
CMYK 0.80 0 0.25 0.4
HSL 160.82º 0.66% 0.36% -
HSV(B) 160.82º 0.8% 0.6% -
XYZ 14.99 24.29 19.82 -
YUV 112.08 129.08 70.17 -
System Red Green Blue C M Y K H S L
Decimal 31 153 114 0.80 0 0.25 0.4 160.82 0.66 0.36
Hex 1F 99 72 50 0 19 28 A1 42 24
Octal 37 231 162 120 0 31 50 241 102 44
Binary 11111 10011001 1110010 1010000 0 11001 101000 10100001 1000010 100100

Color Harmonies of #1F9972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F9972

Black with #1F9972

Text Example


Text Example

White with #1F9972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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