#268E7A

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

Shades of Elf Green #268E7A

Tints of Elf Green #268E7A

Color information

#268E7A (or 0x268E7A) is unknown color: approx Elf Green. HEX triplet: 26, 8E and 7A. RGB value is (38,142,122). Sum of RGB (Red+Green+Blue) = 38+142+122=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 142 - color contains mainly: green. Hex color #268E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268E7A is #D97185. Grayscale: #6C6C6C. Windows color (decimal): -14250374 or 8031782. OLE color: 8031782.

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

Color convert

RGB38142122-
CMYK0.7300.140.44
HSL168.46º57.78%35.29%-
HSV(B)168.46º73.24%55.69%-
XYZ13.9921.1621.76-
YUV108.62135.5477.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 142 (55.86% from 255) = 47.02%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=12.58%
G=47.02%
B=40.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381421220.7300.140.44168.4657.7835.29
Hex268E7A490E2Ca83a23
Octal46216172111016542507243
Binary10011010001110111101010010010111010110010101000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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