#268D73

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

Shades of Elf Green #268D73

Tints of Elf Green #268D73

Color information

#268D73 (or 0x268D73) is unknown color: approx Elf Green. HEX triplet: 26, 8D and 73. RGB value is (38,141,115). Sum of RGB (Red+Green+Blue) = 38+141+115=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #268D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268D73 is #D9728C. Grayscale: #6B6B6B. Windows color (decimal): -14250637 or 7572774. OLE color: 7572774.

HSL color Cylindrical-coordinate representation of color #268D73: hue angle of 164.85º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268D73 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB38141115-
CMYK0.7300.180.45
HSL164.85º57.54%35.1%-
HSV(B)164.85º73.05%55.29%-
XYZ13.4220.719.51-
YUV107.24132.3878.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.93%
GREEN value IS 141 (55.47% from 255) = 47.96%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=12.93%
G=47.96%
B=39.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381411150.7300.180.45164.8557.5435.1
Hex268D73490122Da53a23
Octal46215163111022552457243
Binary100110100011011110011100100101001010110110100101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268D73; }

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

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

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

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

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

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

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

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