Html Css Color HEX #1F8B68 Elf Green

📋 copy color: '#1F8B68'

red 31 ◦ green 139 ◦ blue 104

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

Shades of Elf Green #1F8B68

Tints of Elf Green #1F8B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50.73%

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 11.31%
G = 50.73%
B = 37.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#1F8B68 (or 0x1F8B68) is known color: Elf Green. HEX triplet: 1F, 8B and 68. RGB value is (31,139,104). Sum of RGB (Red+Green+Blue) = 31+139+104=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #1F8B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8B68 is #E07497. Grayscale: #666666. Windows color (decimal): -14709912 or 6851359. OLE color: 6851359.

HSL color Cylindrical-coordinate representation of color #1F8B68: hue angle of 160.56º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8B68 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 31 139 104 -
CMYK 0.78 0 0.25 0.45
HSL 160.56º 0.64% 0.33% -
HSV(B) 160.56º 0.78% 0.55% -
XYZ 12.3 19.76 16.26 -
YUV 102.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 31 139 104 0.78 0 0.25 0.45 160.56 0.64 0.33
Hex 1F 8B 68 4E 0 19 2D A1 40 21
Octal 37 213 150 116 0 31 55 241 100 41
Binary 11111 10001011 1101000 1001110 0 11001 101101 10100001 1000000 100001

Color Harmonies of #1F8B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F8B68

Black with #1F8B68

Text Example


Text Example

White with #1F8B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,139,104); }

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

background-color css

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

 a { background-color: rgb(31,139,104); }

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

border-color css

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

 span { border-color: rgb(31,139,104); }

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