#267272

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

Shades of Elm #267272

Tints of Elm #267272

Color information

#267272 (or 0x267272) is unknown color: approx Elm. HEX triplet: 26, 72 and 72. RGB value is (38,114,114). Sum of RGB (Red+Green+Blue) = 38+114+114=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #267272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267272 is #D98D8D. Grayscale: #5B5B5B. Windows color (decimal): -14257550 or 7500326. OLE color: 7500326.

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

Color convert

RGB38114114-
CMYK0.67000.55
HSL180º50%29.8%-
HSV(B)180º66.67%44.71%-
XYZ9.8513.6618.04-
YUV91.28140.8290-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 114 (44.92% from 255) = 42.86%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=14.29%
G=42.86%
B=42.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381141140.67000.551805029.8
Hex267272430037b4321e
Octal4616216210300672646236
Binary100110111001011100101000011001101111011010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267272; }

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

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

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

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

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

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

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

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