#26966B

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

Shades of Elf Green #26966B

Tints of Elf Green #26966B

Color information

#26966B (or 0x26966B) is unknown color: approx Elf Green. HEX triplet: 26, 96 and 6B. RGB value is (38,150,107). Sum of RGB (Red+Green+Blue) = 38+150+107=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #26966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26966B is #D96994. Grayscale: #6F6F6F. Windows color (decimal): -14248341 or 7050790. OLE color: 7050790.

HSL color Cylindrical-coordinate representation of color #26966B: hue angle of 156.96º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26966B is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB38150107-
CMYK0.7500.290.41
HSL156.96º59.57%36.86%-
HSV(B)156.96º74.67%58.82%-
XYZ14.3623.2917.65-
YUV111.61125.3975.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=12.88%
G=50.85%
B=36.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381501070.7500.290.41156.9659.5736.86
Hex26966B4B01D299d3c25
Octal46226153113035512357445
Binary100110100101101101011100101101110110100110011101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26966B; }

 p { color: rgb(38,150,107); }

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

<style>
 a { background-color: #26966B; }

 a { background-color: rgb(38,150,107); }

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

<style>
 span { border-color: #26966B; }

 span { border-color: rgb(38,150,107); }

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