#26826C

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

Shades of Elf Green #26826C

Tints of Elf Green #26826C

Color information

#26826C (or 0x26826C) is unknown color: approx Elf Green. HEX triplet: 26, 82 and 6C. RGB value is (38,130,108). Sum of RGB (Red+Green+Blue) = 38+130+108=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #26826C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26826C is #D97D93. Grayscale: #636363. Windows color (decimal): -14253460 or 7111206. OLE color: 7111206.

HSL color Cylindrical-coordinate representation of color #26826C: hue angle of 165.65º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26826C is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB38130108-
CMYK0.7100.170.49
HSL165.65º54.76%32.94%-
HSV(B)165.65º70.77%50.98%-
XYZ11.4917.4616.95-
YUV99.98132.5283.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.77%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=13.77%
G=47.10%
B=39.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal381301080.7100.170.49165.6554.7632.94
Hex26826C4701131a63721
Octal46202154107021612466741
Binary100110100000101101100100011101000111000110100110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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