#268272

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

Shades of Elm #268272

Tints of Elm #268272

Color information

#268272 (or 0x268272) is unknown color: approx Elm. HEX triplet: 26, 82 and 72. RGB value is (38,130,114). Sum of RGB (Red+Green+Blue) = 38+130+114=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #268272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268272 is #D97D8D. Grayscale: #646464. Windows color (decimal): -14253454 or 7504422. OLE color: 7504422.

HSL color Cylindrical-coordinate representation of color #268272: hue angle of 169.57º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268272 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB38130114-
CMYK0.7100.120.49
HSL169.57º54.76%32.94%-
HSV(B)169.57º70.77%50.98%-
XYZ11.8217.5918.69-
YUV100.67135.5283.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.48%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=13.48%
G=46.10%
B=40.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal381301140.7100.120.49169.5754.7632.94
Hex268272470C31aa3721
Octal46202162107014612526741
Binary10011010000010111001010001110110011000110101010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268272; }

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

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

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

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

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

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

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

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