#268D65

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

Shades of Elf Green #268D65

Tints of Elf Green #268D65

Color information

#268D65 (or 0x268D65) is unknown color: approx Elf Green. HEX triplet: 26, 8D and 65. RGB value is (38,141,101). Sum of RGB (Red+Green+Blue) = 38+141+101=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #268D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268D65 is #D9729A. Grayscale: #696969. Windows color (decimal): -14250651 or 6655270. OLE color: 6655270.

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

Color convert

RGB38141101-
CMYK0.7300.280.45
HSL156.7º57.54%35.1%-
HSV(B)156.7º73.05%55.29%-
XYZ12.6720.415.58-
YUV105.64125.3879.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=13.57%
G=50.36%
B=36.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381411010.7300.280.45156.757.5435.1
Hex268D654901C2D9d3a23
Octal46215145111034552357243
Binary100110100011011100101100100101110010110110011101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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