#268C76

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

Shades of Elf Green #268C76

Tints of Elf Green #268C76

Color information

#268C76 (or 0x268C76) is unknown color: approx Elf Green. HEX triplet: 26, 8C and 76. RGB value is (38,140,118). Sum of RGB (Red+Green+Blue) = 38+140+118=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #268C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268C76 is #D97389. Grayscale: #6A6A6A. Windows color (decimal): -14250890 or 7769126. OLE color: 7769126.

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

Color convert

RGB38140118-
CMYK0.7300.160.45
HSL167.06º57.3%34.9%-
HSV(B)167.06º72.86%54.9%-
XYZ13.4520.4820.38-
YUV106.99134.2178.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.84%
GREEN value IS 140 (55.08% from 255) = 47.30%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=12.84%
G=47.30%
B=39.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381401180.7300.160.45167.0657.334.9
Hex268C76490102Da73923
Octal46214166111020552477143
Binary100110100011001110110100100101000010110110100111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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