#268671

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

Shades of Elf Green #268671

Tints of Elf Green #268671

Color information

#268671 (or 0x268671) is unknown color: approx Elf Green. HEX triplet: 26, 86 and 71. RGB value is (38,134,113). Sum of RGB (Red+Green+Blue) = 38+134+113=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #268671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268671 is #D9798E. Grayscale: #666666. Windows color (decimal): -14252431 or 7439910. OLE color: 7439910.

HSL color Cylindrical-coordinate representation of color #268671: hue angle of 166.88º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268671 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB38134113-
CMYK0.7200.160.47
HSL166.88º55.81%33.73%-
HSV(B)166.88º71.64%52.55%-
XYZ12.3118.6518.57-
YUV102.9133.781.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 134 (52.73% from 255) = 47.02%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=13.33%
G=47.02%
B=39.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381341130.7200.160.47166.8855.8133.73
Hex268671480102Fa73822
Octal46206161110020572477042
Binary100110100001101110001100100001000010111110100111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268671; }

 p { color: rgb(38,134,113); }

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

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

 a { background-color: rgb(38,134,113); }

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

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

 span { border-color: rgb(38,134,113); }

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