#1A8273

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

Shades of Elf Green #1A8273

Tints of Elf Green #1A8273

Color information

#1A8273 (or 0x1A8273) is unknown color: approx Elf Green. HEX triplet: 1A, 82 and 73. RGB value is (26,130,115). Sum of RGB (Red+Green+Blue) = 26+130+115=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #1A8273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8273 is #E57D8C. Grayscale: #616161. Windows color (decimal): -15039885 or 7569946. OLE color: 7569946.

HSL color Cylindrical-coordinate representation of color #1A8273: hue angle of 171.35º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A8273 is Cyan = 0.8, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB26130115-
CMYK0.800.120.49
HSL171.35º66.67%30.59%-
HSV(B)171.35º80%50.98%-
XYZ11.517.4218.98-
YUV97.19138.0477.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.59%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=9.59%
G=47.97%
B=42.44%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261301150.800.120.49171.3566.6730.59
Hex1A8273500C31ab431f
Octal322021631200146125310337
Binary1101010000010111001110100000110011000110101011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,130,115); }

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

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

 a { background-color: rgb(26,130,115); }

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

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

 span { border-color: rgb(26,130,115); }

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