Html Css Color HEX #1F8774 Elf Green

📋 copy color: '#1F8774'

red 31 ◦ green 135 ◦ blue 116

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

Shades of Elf Green #1F8774

Tints of Elf Green #1F8774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.87%

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 10.99%
G = 47.87%
B = 41.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#1F8774 (or 0x1F8774) is known color: Elf Green. HEX triplet: 1F, 87 and 74. RGB value is (31,135,116). Sum of RGB (Red+Green+Blue) = 31+135+116=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8774 is #E0788B. Grayscale: #656565. Windows color (decimal): -14710924 or 7636767. OLE color: 7636767.

HSL color Cylindrical-coordinate representation of color #1F8774: hue angle of 169.04º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8774 is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 31 135 116 -
CMYK 0.77 0 0.14 0.47
HSL 169.04º 0.63% 0.33% -
HSV(B) 169.04º 0.77% 0.53% -
XYZ 12.38 18.88 19.51 -
YUV 101.74 136.04 77.54 -
System Red Green Blue C M Y K H S L
Decimal 31 135 116 0.77 0 0.14 0.47 169.04 0.63 0.33
Hex 1F 87 74 4D 0 E 2F A9 3F 21
Octal 37 207 164 115 0 16 57 251 77 41
Binary 11111 10000111 1110100 1001101 0 1110 101111 10101001 111111 100001

Color Harmonies of #1F8774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8774

Black with #1F8774

Text Example


Text Example

White with #1F8774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,135,116); }

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

background-color css

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

 a { background-color: rgb(31,135,116); }

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

border-color css

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

 span { border-color: rgb(31,135,116); }

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