#26956F

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

Shades of Elf Green #26956F

Tints of Elf Green #26956F

Color information

#26956F (or 0x26956F) is unknown color: approx Elf Green. HEX triplet: 26, 95 and 6F. RGB value is (38,149,111). Sum of RGB (Red+Green+Blue) = 38+149+111=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #26956F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26956F is #D96A90. Grayscale: #6F6F6F. Windows color (decimal): -14248593 or 7312678. OLE color: 7312678.

HSL color Cylindrical-coordinate representation of color #26956F: hue angle of 159.46º 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 #26956F is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB38149111-
CMYK0.7400.260.42
HSL159.46º59.36%36.67%-
HSV(B)159.46º74.5%58.43%-
XYZ14.4223.0518.73-
YUV111.48127.7375.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.75%
GREEN value IS 149 (58.59% from 255) = 50%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=12.75%
G=50%
B=37.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381491110.7400.260.42159.4659.3636.67
Hex26956F4A01A2A9f3b25
Octal46225157112032522377345
Binary100110100101011101111100101001101010101010011111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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