Html Css Color HEX #1F8870 Elf Green

📋 copy color: '#1F8870'

red 31 ◦ green 136 ◦ blue 112

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

Shades of Elf Green #1F8870

Tints of Elf Green #1F8870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.75%

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 11.11%
G = 48.75%
B = 40.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#1F8870 (or 0x1F8870) is known color: Elf Green. HEX triplet: 1F, 88 and 70. RGB value is (31,136,112). Sum of RGB (Red+Green+Blue) = 31+136+112=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #1F8870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8870 is #E0778F. Grayscale: #656565. Windows color (decimal): -14710672 or 7374879. OLE color: 7374879.

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

Color convert

RGB 31 136 112 -
CMYK 0.77 0 0.18 0.47
HSL 166.29º 0.63% 0.33% -
HSV(B) 166.29º 0.77% 0.53% -
XYZ 12.29 19.07 18.36 -
YUV 101.87 133.71 77.45 -
System Red Green Blue C M Y K H S L
Decimal 31 136 112 0.77 0 0.18 0.47 166.29 0.63 0.33
Hex 1F 88 70 4D 0 12 2F A6 3F 21
Octal 37 210 160 115 0 22 57 246 77 41
Binary 11111 10001000 1110000 1001101 0 10010 101111 10100110 111111 100001

Color Harmonies of #1F8870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8870

Black with #1F8870

Text Example


Text Example

White with #1F8870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,136,112); }

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

background-color css

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

 a { background-color: rgb(31,136,112); }

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

border-color css

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

 span { border-color: rgb(31,136,112); }

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