Html Css Color HEX #1F8775 Elf Green

📋 copy color: '#1F8775'

red 31 ◦ green 135 ◦ blue 117

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

Shades of Elf Green #1F8775

Tints of Elf Green #1F8775

RGB

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

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

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

R = 10.95%
G = 47.7%
B = 41.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#1F8775 (or 0x1F8775) is known color: Elf Green. HEX triplet: 1F, 87 and 75. RGB value is (31,135,117). Sum of RGB (Red+Green+Blue) = 31+135+117=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #1F8775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8775 is #E0788A. Grayscale: #656565. Windows color (decimal): -14710923 or 7702303. OLE color: 7702303.

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

Color convert

RGB 31 135 117 -
CMYK 0.77 0 0.13 0.47
HSL 169.62º 0.63% 0.33% -
HSV(B) 169.62º 0.77% 0.53% -
XYZ 12.44 18.9 19.82 -
YUV 101.85 136.54 77.46 -
System Red Green Blue C M Y K H S L
Decimal 31 135 117 0.77 0 0.13 0.47 169.62 0.63 0.33
Hex 1F 87 75 4D 0 D 2F AA 3F 21
Octal 37 207 165 115 0 15 57 252 77 41
Binary 11111 10000111 1110101 1001101 0 1101 101111 10101010 111111 100001

Color Harmonies of #1F8775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8775

Black with #1F8775

Text Example


Text Example

White with #1F8775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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