#268D74

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

Shades of Elf Green #268D74

Tints of Elf Green #268D74

Color information

#268D74 (or 0x268D74) is unknown color: approx Elf Green. HEX triplet: 26, 8D and 74. RGB value is (38,141,116). Sum of RGB (Red+Green+Blue) = 38+141+116=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #268D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268D74 is #D9728B. Grayscale: #6B6B6B. Windows color (decimal): -14250636 or 7638310. OLE color: 7638310.

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

Color convert

RGB38141116-
CMYK0.7300.180.45
HSL165.44º57.54%35.1%-
HSV(B)165.44º73.05%55.29%-
XYZ13.4820.7219.81-
YUV107.35132.8878.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=12.88%
G=47.80%
B=39.32%

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
Decimal381411160.7300.180.45165.4457.5435.1
Hex268D74490122Da53a23
Octal46215164111022552457243
Binary100110100011011110100100100101001010110110100101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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