Html Css Color HEX #1F8777 Elf Green

📋 copy color: '#1F8777'

red 31 ◦ green 135 ◦ blue 119

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

Shades of Elf Green #1F8777

Tints of Elf Green #1F8777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 10.88%
G = 47.37%
B = 41.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#1F8777 (or 0x1F8777) is known color: Elf Green. HEX triplet: 1F, 87 and 77. RGB value is (31,135,119). Sum of RGB (Red+Green+Blue) = 31+135+119=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8777 is #E07888. Grayscale: #666666. Windows color (decimal): -14710921 or 7833375. OLE color: 7833375.

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

Color convert

RGB 31 135 119 -
CMYK 0.77 0 0.12 0.47
HSL 170.77º 0.63% 0.33% -
HSV(B) 170.77º 0.77% 0.53% -
XYZ 12.56 18.95 20.45 -
YUV 102.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 31 135 119 0.77 0 0.12 0.47 170.77 0.63 0.33
Hex 1F 87 77 4D 0 C 2F AB 3F 21
Octal 37 207 167 115 0 14 57 253 77 41
Binary 11111 10000111 1110111 1001101 0 1100 101111 10101011 111111 100001

Color Harmonies of #1F8777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8777

Black with #1F8777

Text Example


Text Example

White with #1F8777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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