#266F6F

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

Shades of Elm #266F6F

Tints of Elm #266F6F

Color information

#266F6F (or 0x266F6F) is unknown color: approx Elm. HEX triplet: 26, 6F and 6F. RGB value is (38,111,111). Sum of RGB (Red+Green+Blue) = 38+111+111=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #266F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F6F is #D99090. Grayscale: #595959. Windows color (decimal): -14258321 or 7302950. OLE color: 7302950.

HSL color Cylindrical-coordinate representation of color #266F6F: hue angle of 180º 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 #266F6F is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB38111111-
CMYK0.66000.56
HSL180º48.99%29.22%-
HSV(B)180º65.77%43.53%-
XYZ9.3512.9317.04-
YUV89.17140.3291.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 111 (43.75% from 255) = 42.69%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=14.62%
G=42.69%
B=42.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal381111110.66000.5618048.9929.22
Hex266F6F420038b4311d
Octal4615715710200702646135
Binary100110110111111011111000010001110001011010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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