#268976

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

Shades of Elf Green #268976

Tints of Elf Green #268976

Color information

#268976 (or 0x268976) is unknown color: approx Elf Green. HEX triplet: 26, 89 and 76. RGB value is (38,137,118). Sum of RGB (Red+Green+Blue) = 38+137+118=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #268976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268976 is #D97689. Grayscale: #696969. Windows color (decimal): -14251658 or 7768358. OLE color: 7768358.

HSL color Cylindrical-coordinate representation of color #268976: hue angle of 168.48º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268976 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB38137118-
CMYK0.7200.140.46
HSL168.48º56.57%34.31%-
HSV(B)168.48º72.26%53.73%-
XYZ13.0219.6120.24-
YUV105.23135.280.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 137 (53.91% from 255) = 46.76%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=12.97%
G=46.76%
B=40.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381371180.7200.140.46168.4856.5734.31
Hex268976480E2Ea83922
Octal46211166110016562507142
Binary10011010001001111011010010000111010111010101000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268976; }

 p { color: rgb(38,137,118); }

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

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

 a { background-color: rgb(38,137,118); }

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

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

 span { border-color: rgb(38,137,118); }

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