#26946A

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

Shades of Elf Green #26946A

Tints of Elf Green #26946A

Color information

#26946A (or 0x26946A) is unknown color: approx Elf Green. HEX triplet: 26, 94 and 6A. RGB value is (38,148,106). Sum of RGB (Red+Green+Blue) = 38+148+106=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #26946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26946A is #D96B95. Grayscale: #6E6E6E. Windows color (decimal): -14248854 or 6984742. OLE color: 6984742.

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

Color convert

RGB38148106-
CMYK0.7400.280.42
HSL157.09º59.14%36.47%-
HSV(B)157.09º74.32%58.04%-
XYZ13.9922.6317.27-
YUV110.32125.5676.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.01%
GREEN value IS 148 (58.20% from 255) = 50.68%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=13.01%
G=50.68%
B=36.30%

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
Decimal381481060.7400.280.42157.0959.1436.47
Hex26946A4A01C2A9d3b24
Octal46224152112034522357344
Binary100110100101001101010100101001110010101010011101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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