#267A6E

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

Shades of Elm #267A6E

Tints of Elm #267A6E

Color information

#267A6E (or 0x267A6E) is unknown color: approx Elm. HEX triplet: 26, 7A and 6E. RGB value is (38,122,110). Sum of RGB (Red+Green+Blue) = 38+122+110=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #267A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267A6E is #D98591. Grayscale: #5F5F5F. Windows color (decimal): -14255506 or 7240230. OLE color: 7240230.

HSL color Cylindrical-coordinate representation of color #267A6E: hue angle of 171.43º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267A6E is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB38122110-
CMYK0.6900.100.52
HSL171.43º52.5%31.37%-
HSV(B)171.43º68.85%47.84%-
XYZ10.5715.4617.18-
YUV95.52136.1786.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.07%
GREEN value IS 122 (48.05% from 255) = 45.19%
BLUE value IS 110 (43.36% from 255) = 40.74%
R=14.07%
G=45.19%
B=40.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal381221100.6900.100.52171.4352.531.37
Hex267A6E450A34ab341f
Octal46172156105012642536437
Binary100110111101011011101000101010101101001010101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267A6E; }

 p { color: rgb(38,122,110); }

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

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

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

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

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

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

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