#268072

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

Shades of Elm #268072

Tints of Elm #268072

Color information

#268072 (or 0x268072) is unknown color: approx Elm. HEX triplet: 26, 80 and 72. RGB value is (38,128,114). Sum of RGB (Red+Green+Blue) = 38+128+114=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #268072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268072 is #D97F8D. Grayscale: #636363. Windows color (decimal): -14253966 or 7503910. OLE color: 7503910.

HSL color Cylindrical-coordinate representation of color #268072: hue angle of 170.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #268072 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB38128114-
CMYK0.7000.110.50
HSL170.67º54.22%32.55%-
HSV(B)170.67º70.31%50.2%-
XYZ11.5617.0718.6-
YUV99.49136.1884.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=13.57%
G=45.71%
B=40.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal381281140.7000.110.50170.6754.2232.55
Hex268072460B32ab3621
Octal46200162106013622536641
Binary10011010000000111001010001100101111001010101011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268072; }

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

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

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

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

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

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

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

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