#266F6C

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

Shades of Elm #266F6C

Tints of Elm #266F6C

Color information

#266F6C (or 0x266F6C) is unknown color: approx Elm. HEX triplet: 26, 6F and 6C. RGB value is (38,111,108). Sum of RGB (Red+Green+Blue) = 38+111+108=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #266F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F6C is #D99093. Grayscale: #585858. Windows color (decimal): -14258324 or 7106342. OLE color: 7106342.

HSL color Cylindrical-coordinate representation of color #266F6C: hue angle of 177.53º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F6C is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB38111108-
CMYK0.6600.030.56
HSL177.53º48.99%29.22%-
HSV(B)177.53º65.77%43.53%-
XYZ9.1912.8616.19-
YUV88.83138.8291.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 111 (43.75% from 255) = 43.19%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=14.79%
G=43.19%
B=42.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal381111080.6600.030.56177.5348.9929.22
Hex266F6C420338b2311d
Octal4615715410203702626135
Binary1001101101111110110010000100111110001011001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266F6C; }

 p { color: rgb(38,111,108); }

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

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

 a { background-color: rgb(38,111,108); }

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

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

 span { border-color: rgb(38,111,108); }

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