#26976E

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

Shades of Elf Green #26976E

Tints of Elf Green #26976E

Color information

#26976E (or 0x26976E) is unknown color: approx Elf Green. HEX triplet: 26, 97 and 6E. RGB value is (38,151,110). Sum of RGB (Red+Green+Blue) = 38+151+110=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #26976E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26976E is #D96891. Grayscale: #707070. Windows color (decimal): -14248082 or 7247654. OLE color: 7247654.

HSL color Cylindrical-coordinate representation of color #26976E: hue angle of 158.23º 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 #26976E is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB38151110-
CMYK0.7500.270.41
HSL158.23º59.79%37.06%-
HSV(B)158.23º74.83%59.22%-
XYZ14.6823.6718.55-
YUV112.54126.5674.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 151 (59.38% from 255) = 50.50%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=12.71%
G=50.50%
B=36.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381511100.7500.270.41158.2359.7937.06
Hex26976E4B01B299e3c25
Octal46227156113033512367445
Binary100110100101111101110100101101101110100110011110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26976E; }

 p { color: rgb(38,151,110); }

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

<style>
 a { background-color: #26976E; }

 a { background-color: rgb(38,151,110); }

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

<style>
 span { border-color: #26976E; }

 span { border-color: rgb(38,151,110); }

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