#26827F

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

Shades of Elm #26827F

Tints of Elm #26827F

Color information

#26827F (or 0x26827F) is unknown color: approx Elm. HEX triplet: 26, 82 and 7F. RGB value is (38,130,127). Sum of RGB (Red+Green+Blue) = 38+130+127=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #26827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26827F is #D97D80. Grayscale: #666666. Windows color (decimal): -14253441 or 8356390. OLE color: 8356390.

HSL color Cylindrical-coordinate representation of color #26827F: hue angle of 178.04º 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 #26827F is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB38130127-
CMYK0.7100.020.49
HSL178.04º54.76%32.94%-
HSV(B)178.04º70.77%50.98%-
XYZ12.6117.9122.87-
YUV102.15142.0282.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 127 (50% from 255) = 43.05%
R=12.88%
G=44.07%
B=43.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal381301270.7100.020.49178.0454.7632.94
Hex26827F470231b23721
Octal4620217710702612626741
Binary100110100000101111111100011101011000110110010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26827F; }

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

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

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

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

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

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

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

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