#268E6D

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

Shades of Elf Green #268E6D

Tints of Elf Green #268E6D

Color information

#268E6D (or 0x268E6D) is unknown color: approx Elf Green. HEX triplet: 26, 8E and 6D. RGB value is (38,142,109). Sum of RGB (Red+Green+Blue) = 38+142+109=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #268E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268E6D is #D97192. Grayscale: #6B6B6B. Windows color (decimal): -14250387 or 7179814. OLE color: 7179814.

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

Color convert

RGB38142109-
CMYK0.7300.230.44
HSL160.96º57.78%35.29%-
HSV(B)160.96º73.24%55.69%-
XYZ13.2320.8617.8-
YUV107.14129.0478.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 142 (55.86% from 255) = 49.13%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=13.15%
G=49.13%
B=37.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381421090.7300.230.44160.9657.7835.29
Hex268E6D490172Ca13a23
Octal46216155111027542417243
Binary100110100011101101101100100101011110110010100001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,142,109); }

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

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

 a { background-color: rgb(38,142,109); }

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

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

 span { border-color: rgb(38,142,109); }

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