#26976D

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

Shades of Elf Green #26976D

Tints of Elf Green #26976D

Color information

#26976D (or 0x26976D) is unknown color: approx Elf Green. HEX triplet: 26, 97 and 6D. RGB value is (38,151,109). Sum of RGB (Red+Green+Blue) = 38+151+109=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #26976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26976D is #D96892. Grayscale: #707070. Windows color (decimal): -14248083 or 7182118. OLE color: 7182118.

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

Color convert

RGB38151109-
CMYK0.7500.280.41
HSL157.7º59.79%37.06%-
HSV(B)157.7º74.83%59.22%-
XYZ14.6323.6518.26-
YUV112.42126.0674.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.75%
GREEN value IS 151 (59.38% from 255) = 50.67%
BLUE value IS 109 (42.97% from 255) = 36.58%
R=12.75%
G=50.67%
B=36.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381511090.7500.280.41157.759.7937.06
Hex26976D4B01C299e3c25
Octal46227155113034512367445
Binary100110100101111101101100101101110010100110011110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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