#26946D

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

Shades of Elf Green #26946D

Tints of Elf Green #26946D

Color information

#26946D (or 0x26946D) is unknown color: approx Elf Green. HEX triplet: 26, 94 and 6D. RGB value is (38,148,109). Sum of RGB (Red+Green+Blue) = 38+148+109=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #26946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26946D is #D96B92. Grayscale: #6E6E6E. Windows color (decimal): -14248851 or 7181350. OLE color: 7181350.

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

Color convert

RGB38148109-
CMYK0.7400.260.42
HSL158.73º59.14%36.47%-
HSV(B)158.73º74.32%58.04%-
XYZ14.1522.718.1-
YUV110.66127.0676.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 148 (58.20% from 255) = 50.17%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=12.88%
G=50.17%
B=36.95%

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
Decimal381481090.7400.260.42158.7359.1436.47
Hex26946D4A01A2A9f3b24
Octal46224155112032522377344
Binary100110100101001101101100101001101010101010011111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26946D; }

 p { color: rgb(38,148,109); }

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

<style>
 a { background-color: #26946D; }

 a { background-color: rgb(38,148,109); }

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

<style>
 span { border-color: #26946D; }

 span { border-color: rgb(38,148,109); }

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