#268665

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

Shades of Elf Green #268665

Tints of Elf Green #268665

Color information

#268665 (or 0x268665) is unknown color: approx Elf Green. HEX triplet: 26, 86 and 65. RGB value is (38,134,101). Sum of RGB (Red+Green+Blue) = 38+134+101=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #268665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268665 is #D9799A. Grayscale: #656565. Windows color (decimal): -14252443 or 6653478. OLE color: 6653478.

HSL color Cylindrical-coordinate representation of color #268665: hue angle of 159.38º 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 #268665 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB38134101-
CMYK0.7200.250.47
HSL159.38º55.81%33.73%-
HSV(B)159.38º71.64%52.55%-
XYZ11.6718.415.25-
YUV101.53127.782.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 134 (52.73% from 255) = 49.08%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=13.92%
G=49.08%
B=37.00%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381341010.7200.250.47159.3855.8133.73
Hex268665480192F9f3822
Octal46206145110031572377042
Binary100110100001101100101100100001100110111110011111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268665; }

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

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

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

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

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

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

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

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