Html Css Color HEX #1F8975 Elf Green

📋 copy color: '#1F8975'

red 31 ◦ green 137 ◦ blue 117

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

Shades of Elf Green #1F8975

Tints of Elf Green #1F8975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.05%

R = 10.88%
G = 48.07%
B = 41.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#1F8975 (or 0x1F8975) is known color: Elf Green. HEX triplet: 1F, 89 and 75. RGB value is (31,137,117). Sum of RGB (Red+Green+Blue) = 31+137+117=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #1F8975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8975 is #E0768A. Grayscale: #676767. Windows color (decimal): -14710411 or 7702815. OLE color: 7702815.

HSL color Cylindrical-coordinate representation of color #1F8975: hue angle of 168.68º 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 #1F8975 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 137 117 -
CMYK 0.77 0 0.15 0.46
HSL 168.68º 0.63% 0.33% -
HSV(B) 168.68º 0.77% 0.54% -
XYZ 12.72 19.47 19.92 -
YUV 103.03 135.88 76.63 -
System Red Green Blue C M Y K H S L
Decimal 31 137 117 0.77 0 0.15 0.46 168.68 0.63 0.33
Hex 1F 89 75 4D 0 F 2E A9 3F 21
Octal 37 211 165 115 0 17 56 251 77 41
Binary 11111 10001001 1110101 1001101 0 1111 101110 10101001 111111 100001

Color Harmonies of #1F8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8975

Black with #1F8975

Text Example


Text Example

White with #1F8975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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