#268C6F

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

Shades of Elf Green #268C6F

Tints of Elf Green #268C6F

Color information

#268C6F (or 0x268C6F) is unknown color: approx Elf Green. HEX triplet: 26, 8C and 6F. RGB value is (38,140,111). Sum of RGB (Red+Green+Blue) = 38+140+111=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #268C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268C6F is #D97390. Grayscale: #6A6A6A. Windows color (decimal): -14250897 or 7310374. OLE color: 7310374.

HSL color Cylindrical-coordinate representation of color #268C6F: hue angle of 162.94º degrees, saturation: 0.57, 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 #268C6F is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB38140111-
CMYK0.7300.210.45
HSL162.94º57.3%34.9%-
HSV(B)162.94º72.86%54.9%-
XYZ13.0520.3218.27-
YUV106.2130.7179.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 140 (55.08% from 255) = 48.44%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=13.15%
G=48.44%
B=38.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381401110.7300.210.45162.9457.334.9
Hex268C6F490152Da33923
Octal46214157111025552437143
Binary100110100011001101111100100101010110110110100011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,140,111); }

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

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

 a { background-color: rgb(38,140,111); }

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

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

 span { border-color: rgb(38,140,111); }

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