#267270

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

Shades of Elm #267270

Tints of Elm #267270

Color information

#267270 (or 0x267270) is unknown color: approx Elm. HEX triplet: 26, 72 and 70. RGB value is (38,114,112). Sum of RGB (Red+Green+Blue) = 38+114+112=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #267270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267270 is #D98D8F. Grayscale: #5A5A5A. Windows color (decimal): -14257552 or 7369254. OLE color: 7369254.

HSL color Cylindrical-coordinate representation of color #267270: hue angle of 178.42º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267270 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB38114112-
CMYK0.6700.020.55
HSL178.42º50%29.8%-
HSV(B)178.42º66.67%44.71%-
XYZ9.7413.6217.44-
YUV91.05139.8290.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=14.39%
G=43.18%
B=42.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381141120.6700.020.55178.425029.8
Hex267270430237b2321e
Octal4616216010302672626236
Binary1001101110010111000010000110101101111011001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267270; }

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

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

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

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

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

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

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

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