#268864

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

Shades of Elf Green #268864

Tints of Elf Green #268864

Color information

#268864 (or 0x268864) is unknown color: approx Elf Green. HEX triplet: 26, 88 and 64. RGB value is (38,136,100). Sum of RGB (Red+Green+Blue) = 38+136+100=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #268864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268864 is #D9779B. Grayscale: #666666. Windows color (decimal): -14251932 or 6588454. OLE color: 6588454.

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

Color convert

RGB38136100-
CMYK0.7200.260.47
HSL157.96º56.32%34.12%-
HSV(B)157.96º72.06%53.33%-
XYZ11.918.9415.09-
YUV102.59126.5381.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.87%
GREEN value IS 136 (53.52% from 255) = 49.64%
BLUE value IS 100 (39.45% from 255) = 36.50%
R=13.87%
G=49.64%
B=36.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381361000.7200.260.47157.9656.3234.12
Hex2688644801A2F9e3822
Octal46210144110032572367042
Binary100110100010001100100100100001101010111110011110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268864; }

 p { color: rgb(38,136,100); }

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

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

 a { background-color: rgb(38,136,100); }

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

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

 span { border-color: rgb(38,136,100); }

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