Html Css Color HEX #1F826F Elf Green

📋 copy color: '#1F826F'

red 31 ◦ green 130 ◦ blue 111

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

Shades of Elf Green #1F826F

Tints of Elf Green #1F826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.79%

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

R = 11.4%
G = 47.79%
B = 40.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#1F826F (or 0x1F826F) is known color: Elf Green. HEX triplet: 1F, 82 and 6F. RGB value is (31,130,111). Sum of RGB (Red+Green+Blue) = 31+130+111=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #1F826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F826F is #E07D90. Grayscale: #626262. Windows color (decimal): -14712209 or 7307807. OLE color: 7307807.

HSL color Cylindrical-coordinate representation of color #1F826F: hue angle of 168.48º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F826F is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 31 130 111 -
CMYK 0.76 0 0.15 0.49
HSL 168.48º 0.61% 0.32% -
HSV(B) 168.48º 0.76% 0.51% -
XYZ 11.42 17.4 17.8 -
YUV 98.23 135.2 80.04 -
System Red Green Blue C M Y K H S L
Decimal 31 130 111 0.76 0 0.15 0.49 168.48 0.61 0.32
Hex 1F 82 6F 4C 0 F 31 A8 3D 20
Octal 37 202 157 114 0 17 61 250 75 40
Binary 11111 10000010 1101111 1001100 0 1111 110001 10101000 111101 100000

Color Harmonies of #1F826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F826F

Black with #1F826F

Text Example


Text Example

White with #1F826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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