#267A72

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

Shades of Elm #267A72

Tints of Elm #267A72

Color information

#267A72 (or 0x267A72) is unknown color: approx Elm. HEX triplet: 26, 7A and 72. RGB value is (38,122,114). Sum of RGB (Red+Green+Blue) = 38+122+114=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 122 - color contains mainly: green. Hex color #267A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267A72 is #D9858D. Grayscale: #5F5F5F. Windows color (decimal): -14255502 or 7502374. OLE color: 7502374.

HSL color Cylindrical-coordinate representation of color #267A72: hue angle of 174.29º 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 #267A72 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB38122114-
CMYK0.6900.070.52
HSL174.29º52.5%31.37%-
HSV(B)174.29º68.85%47.84%-
XYZ10.815.5518.35-
YUV95.97138.1786.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.87%
GREEN value IS 122 (48.05% from 255) = 44.53%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=13.87%
G=44.53%
B=41.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal381221140.6900.070.52174.2952.531.37
Hex267A72450734ae341f
Octal4617216210507642566437
Binary10011011110101110010100010101111101001010111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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