#268475

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

Shades of Elm #268475

Tints of Elm #268475

Color information

#268475 (or 0x268475) is unknown color: approx Elm. HEX triplet: 26, 84 and 75. RGB value is (38,132,117). Sum of RGB (Red+Green+Blue) = 38+132+117=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #268475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268475 is #D97B8A. Grayscale: #666666. Windows color (decimal): -14252939 or 7701542. OLE color: 7701542.

HSL color Cylindrical-coordinate representation of color #268475: hue angle of 170.43º 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 #268475 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB38132117-
CMYK0.7100.110.48
HSL170.43º55.29%33.33%-
HSV(B)170.43º71.21%51.76%-
XYZ12.2618.219.7-
YUV102.18136.3682.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.24%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=13.24%
G=45.99%
B=40.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381321170.7100.110.48170.4355.2933.33
Hex268475470B30aa3721
Octal46204165107013602526741
Binary10011010000100111010110001110101111000010101010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268475; }

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

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

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

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

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

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

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

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