#268472

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

Shades of Elm #268472

Tints of Elm #268472

Color information

#268472 (or 0x268472) is unknown color: approx Elm. HEX triplet: 26, 84 and 72. RGB value is (38,132,114). Sum of RGB (Red+Green+Blue) = 38+132+114=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #268472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268472 is #D97B8D. Grayscale: #656565. Windows color (decimal): -14252942 or 7504934. OLE color: 7504934.

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

Color convert

RGB38132114-
CMYK0.7100.140.48
HSL168.51º55.29%33.33%-
HSV(B)168.51º71.21%51.76%-
XYZ12.0918.1318.78-
YUV101.84134.8682.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.38%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=13.38%
G=46.48%
B=40.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381321140.7100.140.48168.5155.2933.33
Hex268472470E30a93721
Octal46204162107016602516741
Binary10011010000100111001010001110111011000010101001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268472; }

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

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

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

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

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

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

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

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