#1F8B63

Color #1F8B63 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1F8B63

Tints of Elf Green #1F8B63

Color information

#1F8B63 (or 0x1F8B63) is unknown color: approx Elf Green. HEX triplet: 1F, 8B and 63. RGB value is (31,139,99). Sum of RGB (Red+Green+Blue) = 31+139+99=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #1F8B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8B63 is #E0749C. Grayscale: #666666. Windows color (decimal): -14709917 or 6523679. OLE color: 6523679.

HSL color Cylindrical-coordinate representation of color #1F8B63: hue angle of 157.78º 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 #1F8B63 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB3113999-
CMYK0.7800.290.45
HSL157.78º63.53%33.33%-
HSV(B)157.78º77.7%54.51%-
XYZ12.0519.6614.96-
YUV102.15126.2277.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.52%
GREEN value IS 139 (54.69% from 255) = 51.67%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=11.52%
G=51.67%
B=36.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31139990.7800.290.45157.7863.5333.33
Hex1F8B634E01D2D9e4021
Octal372131431160355523610041
Binary111111000101111000111001110011101101101100111101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F8B63;
 }
 .AnyTagClassName
 {
   color: #1F8B63;
 }
</style>
background-color css

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

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

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

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

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

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