#26896A

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

Shades of Elf Green #26896A

Tints of Elf Green #26896A

Color information

#26896A (or 0x26896A) is unknown color: approx Elf Green. HEX triplet: 26, 89 and 6A. RGB value is (38,137,106). Sum of RGB (Red+Green+Blue) = 38+137+106=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 137 (53.91% from 255 or 48.75% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 137 - color contains mainly: green. Hex color #26896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26896A is #D97695. Grayscale: #676767. Windows color (decimal): -14251670 or 6981926. OLE color: 6981926.

HSL color Cylindrical-coordinate representation of color #26896A: hue angle of 161.21º 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 #26896A is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB38137106-
CMYK0.7200.230.46
HSL161.21º56.57%34.31%-
HSV(B)161.21º72.26%53.73%-
XYZ12.3519.3416.72-
YUV103.86129.281.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 137 (53.91% from 255) = 48.75%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=13.52%
G=48.75%
B=37.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381371060.7200.230.46161.2156.5734.31
Hex26896A480172Ea13922
Octal46211152110027562417142
Binary100110100010011101010100100001011110111010100001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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