#268879

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

Shades of Elm #268879

Tints of Elm #268879

Color information

#268879 (or 0x268879) is unknown color: approx Elm. HEX triplet: 26, 88 and 79. RGB value is (38,136,121). Sum of RGB (Red+Green+Blue) = 38+136+121=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #268879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268879 is #D97786. Grayscale: #686868. Windows color (decimal): -14251911 or 7964710. OLE color: 7964710.

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

Color convert

RGB38136121-
CMYK0.7200.110.47
HSL170.82º56.32%34.12%-
HSV(B)170.82º72.06%53.33%-
XYZ13.0519.421.15-
YUV104.99137.0380.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=12.88%
G=46.10%
B=41.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381361210.7200.110.47170.8256.3234.12
Hex268879480B2Fab3822
Octal46210171110013572537042
Binary10011010001000111100110010000101110111110101011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268879; }

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

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

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

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

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

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

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

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