#268863

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

Shades of Elf Green #268863

Tints of Elf Green #268863

Color information

#268863 (or 0x268863) is unknown color: approx Elf Green. HEX triplet: 26, 88 and 63. RGB value is (38,136,99). Sum of RGB (Red+Green+Blue) = 38+136+99=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #268863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268863 is #D9779C. Grayscale: #666666. Windows color (decimal): -14251933 or 6522918. OLE color: 6522918.

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

Color convert

RGB3813699-
CMYK0.7200.270.47
HSL157.35º56.32%34.12%-
HSV(B)157.35º72.06%53.33%-
XYZ11.8618.9214.83-
YUV102.48126.0382.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 136 (53.52% from 255) = 49.82%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=13.92%
G=49.82%
B=36.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38136990.7200.270.47157.3556.3234.12
Hex2688634801B2F9d3822
Octal46210143110033572357042
Binary100110100010001100011100100001101110111110011101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268863; }

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

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

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

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

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

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

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

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