#1A9267

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

Shades of Elf Green #1A9267

Tints of Elf Green #1A9267

Color information

#1A9267 (or 0x1A9267) is unknown color: approx Elf Green. HEX triplet: 1A, 92 and 67. RGB value is (26,146,103). Sum of RGB (Red+Green+Blue) = 26+146+103=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #1A9267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9267 is #E56D98. Grayscale: #696969. Windows color (decimal): -15035801 or 6787610. OLE color: 6787610.

HSL color Cylindrical-coordinate representation of color #1A9267: hue angle of 158.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A9267 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB26146103-
CMYK0.8200.290.43
HSL158.5º69.77%33.73%-
HSV(B)158.5º82.19%57.25%-
XYZ13.1521.7616.34-
YUV105.22126.7471.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.45%
GREEN value IS 146 (57.42% from 255) = 53.09%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=9.45%
G=53.09%
B=37.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal261461030.8200.290.43158.569.7733.73
Hex1A92675201D2B9e4622
Octal322221471220355323610642
Binary110101001001011001111010010011101101011100111101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,146,103); }

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

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

 a { background-color: rgb(26,146,103); }

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

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

 span { border-color: rgb(26,146,103); }

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