Html Css Color HEX #1F886F Elf Green

📋 copy color: '#1F886F'

red 31 ◦ green 136 ◦ blue 111

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

Shades of Elf Green #1F886F

Tints of Elf Green #1F886F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.93%

R = 11.15%
G = 48.92%
B = 39.93%

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

#1F886F (or 0x1F886F) is known color: Elf Green. HEX triplet: 1F, 88 and 6F. RGB value is (31,136,111). Sum of RGB (Red+Green+Blue) = 31+136+111=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #1F886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F886F is #E07790. Grayscale: #656565. Windows color (decimal): -14710673 or 7309343. OLE color: 7309343.

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

Color convert

RGB 31 136 111 -
CMYK 0.77 0 0.18 0.47
HSL 165.71º 0.63% 0.33% -
HSV(B) 165.71º 0.77% 0.53% -
XYZ 12.24 19.05 18.07 -
YUV 101.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 31 136 111 0.77 0 0.18 0.47 165.71 0.63 0.33
Hex 1F 88 6F 4D 0 12 2F A6 3F 21
Octal 37 210 157 115 0 22 57 246 77 41
Binary 11111 10001000 1101111 1001101 0 10010 101111 10100110 111111 100001

Color Harmonies of #1F886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F886F

Black with #1F886F

Text Example


Text Example

White with #1F886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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