#26956C

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

Shades of Elf Green #26956C

Tints of Elf Green #26956C

Color information

#26956C (or 0x26956C) is unknown color: approx Elf Green. HEX triplet: 26, 95 and 6C. RGB value is (38,149,108). Sum of RGB (Red+Green+Blue) = 38+149+108=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #26956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26956C is #D96A93. Grayscale: #6F6F6F. Windows color (decimal): -14248596 or 7116070. OLE color: 7116070.

HSL color Cylindrical-coordinate representation of color #26956C: hue angle of 157.84º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26956C is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB38149108-
CMYK0.7400.280.42
HSL157.84º59.36%36.67%-
HSV(B)157.84º74.5%58.43%-
XYZ14.2522.9917.87-
YUV111.14126.2375.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 149 (58.59% from 255) = 50.51%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=12.88%
G=50.51%
B=36.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381491080.7400.280.42157.8459.3636.67
Hex26956C4A01C2A9e3b25
Octal46225154112034522367345
Binary100110100101011101100100101001110010101010011110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26956C; }

 p { color: rgb(38,149,108); }

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

<style>
 a { background-color: #26956C; }

 a { background-color: rgb(38,149,108); }

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

<style>
 span { border-color: #26956C; }

 span { border-color: rgb(38,149,108); }

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