#26916C

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

Shades of Elf Green #26916C

Tints of Elf Green #26916C

Color information

#26916C (or 0x26916C) is unknown color: approx Elf Green. HEX triplet: 26, 91 and 6C. RGB value is (38,145,108). Sum of RGB (Red+Green+Blue) = 38+145+108=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #26916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26916C is #D96E93. Grayscale: #6C6C6C. Windows color (decimal): -14249620 or 7115046. OLE color: 7115046.

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

Color convert

RGB38145108-
CMYK0.7400.260.43
HSL159.25º58.47%35.88%-
HSV(B)159.25º73.79%56.86%-
XYZ13.6321.7517.67-
YUV108.79127.5577.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 145 (57.03% from 255) = 49.83%
BLUE value IS 108 (42.58% from 255) = 37.11%
R=13.06%
G=49.83%
B=37.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381451080.7400.260.43159.2558.4735.88
Hex26916C4A01A2B9f3a24
Octal46221154112032532377244
Binary100110100100011101100100101001101010101110011111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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