#268766

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

Shades of Elf Green #268766

Tints of Elf Green #268766

Color information

#268766 (or 0x268766) is unknown color: approx Elf Green. HEX triplet: 26, 87 and 66. RGB value is (38,135,102). Sum of RGB (Red+Green+Blue) = 38+135+102=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #268766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268766 is #D97899. Grayscale: #666666. Windows color (decimal): -14252186 or 6719270. OLE color: 6719270.

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

Color convert

RGB38135102-
CMYK0.7200.240.47
HSL159.59º56.07%33.92%-
HSV(B)159.59º71.85%52.94%-
XYZ11.8618.715.55-
YUV102.23127.8682.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 135 (53.12% from 255) = 49.09%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=13.82%
G=49.09%
B=37.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381351020.7200.240.47159.5956.0733.92
Hex268766480182Fa03822
Octal46207146110030572407042
Binary100110100001111100110100100001100010111110100000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268766; }

 p { color: rgb(38,135,102); }

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

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

 a { background-color: rgb(38,135,102); }

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

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

 span { border-color: rgb(38,135,102); }

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