#26906C

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

Shades of Elf Green #26906C

Tints of Elf Green #26906C

Color information

#26906C (or 0x26906C) is unknown color: approx Elf Green. HEX triplet: 26, 90 and 6C. RGB value is (38,144,108). Sum of RGB (Red+Green+Blue) = 38+144+108=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #26906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26906C is #D96F93. Grayscale: #6C6C6C. Windows color (decimal): -14249876 or 7114790. OLE color: 7114790.

HSL color Cylindrical-coordinate representation of color #26906C: hue angle of 159.62º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26906C is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB38144108-
CMYK0.7400.250.44
HSL159.62º58.24%35.69%-
HSV(B)159.62º73.61%56.47%-
XYZ13.4821.4417.62-
YUV108.2127.8877.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.10%
GREEN value IS 144 (56.64% from 255) = 49.66%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=13.10%
G=49.66%
B=37.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381441080.7400.250.44159.6258.2435.69
Hex26906C4A0192Ca03a24
Octal46220154112031542407244
Binary100110100100001101100100101001100110110010100000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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