#26896E

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

Shades of Elf Green #26896E

Tints of Elf Green #26896E

Color information

#26896E (or 0x26896E) is unknown color: approx Elf Green. HEX triplet: 26, 89 and 6E. RGB value is (38,137,110). Sum of RGB (Red+Green+Blue) = 38+137+110=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #26896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26896E is #D97691. Grayscale: #686868. Windows color (decimal): -14251666 or 7244070. OLE color: 7244070.

HSL color Cylindrical-coordinate representation of color #26896E: hue angle of 163.64º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26896E is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB38137110-
CMYK0.7200.200.46
HSL163.64º56.57%34.31%-
HSV(B)163.64º72.26%53.73%-
XYZ12.5619.4317.84-
YUV104.32131.280.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 137 (53.91% from 255) = 48.07%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=13.33%
G=48.07%
B=38.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381371100.7200.200.46163.6456.5734.31
Hex26896E480142Ea43922
Octal46211156110024562447142
Binary100110100010011101110100100001010010111010100100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26896E; }

 p { color: rgb(38,137,110); }

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

<style>
 a { background-color: #26896E; }

 a { background-color: rgb(38,137,110); }

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

<style>
 span { border-color: #26896E; }

 span { border-color: rgb(38,137,110); }

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