#268673

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

Shades of Elf Green #268673

Tints of Elf Green #268673

Color information

#268673 (or 0x268673) is unknown color: approx Elf Green. HEX triplet: 26, 86 and 73. RGB value is (38,134,115). Sum of RGB (Red+Green+Blue) = 38+134+115=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #268673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268673 is #D9798C. Grayscale: #676767. Windows color (decimal): -14252429 or 7570982. OLE color: 7570982.

HSL color Cylindrical-coordinate representation of color #268673: hue angle of 168.12º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268673 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB38134115-
CMYK0.7200.140.47
HSL168.12º55.81%33.73%-
HSV(B)168.12º71.64%52.55%-
XYZ12.4218.719.17-
YUV103.13134.781.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.24%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=13.24%
G=46.69%
B=40.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381341150.7200.140.47168.1255.8133.73
Hex268673480E2Fa83822
Octal46206163110016572507042
Binary10011010000110111001110010000111010111110101000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268673; }

 p { color: rgb(38,134,115); }

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

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

 a { background-color: rgb(38,134,115); }

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

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

 span { border-color: rgb(38,134,115); }

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