#268984

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

Shades of Elm #268984

Tints of Elm #268984

Color information

#268984 (or 0x268984) is unknown color: approx Elm. HEX triplet: 26, 89 and 84. RGB value is (38,137,132). Sum of RGB (Red+Green+Blue) = 38+137+132=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #268984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268984 is #D9767B. Grayscale: #6A6A6A. Windows color (decimal): -14251644 or 8685862. OLE color: 8685862.

HSL color Cylindrical-coordinate representation of color #268984: hue angle of 176.97º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268984 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB38137132-
CMYK0.7200.040.46
HSL176.97º56.57%34.31%-
HSV(B)176.97º72.26%53.73%-
XYZ13.9119.9724.95-
YUV106.83142.278.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=12.38%
G=44.63%
B=43.00%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381371320.7200.040.46176.9756.5734.31
Hex26898448042Eb13922
Octal4621120411004562617142
Binary10011010001001100001001001000010010111010110001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268984; }

 p { color: rgb(38,137,132); }

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

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

 a { background-color: rgb(38,137,132); }

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

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

 span { border-color: rgb(38,137,132); }

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