#26946C

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

Shades of Elf Green #26946C

Tints of Elf Green #26946C

Color information

#26946C (or 0x26946C) is unknown color: approx Elf Green. HEX triplet: 26, 94 and 6C. RGB value is (38,148,108). Sum of RGB (Red+Green+Blue) = 38+148+108=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #26946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26946C is #D96B93. Grayscale: #6E6E6E. Windows color (decimal): -14248852 or 7115814. OLE color: 7115814.

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

Color convert

RGB38148108-
CMYK0.7400.270.42
HSL158.18º59.14%36.47%-
HSV(B)158.18º74.32%58.04%-
XYZ14.122.6717.82-
YUV110.55126.5676.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.93%
GREEN value IS 148 (58.20% from 255) = 50.34%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=12.93%
G=50.34%
B=36.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381481080.7400.270.42158.1859.1436.47
Hex26946C4A01B2A9e3b24
Octal46224154112033522367344
Binary100110100101001101100100101001101110101010011110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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