#268782

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

Shades of Elm #268782

Tints of Elm #268782

Color information

#268782 (or 0x268782) is unknown color: approx Elm. HEX triplet: 26, 87 and 82. RGB value is (38,135,130). Sum of RGB (Red+Green+Blue) = 38+135+130=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #268782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268782 is #D9787D. Grayscale: #696969. Windows color (decimal): -14252158 or 8554278. OLE color: 8554278.

HSL color Cylindrical-coordinate representation of color #268782: hue angle of 176.91º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268782 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB38135130-
CMYK0.7200.040.47
HSL176.91º56.07%33.92%-
HSV(B)176.91º71.85%52.94%-
XYZ13.4919.3524.14-
YUV105.43141.8679.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.54%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=12.54%
G=44.55%
B=42.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381351300.7200.040.47176.9156.0733.92
Hex26878248042Fb13822
Octal4620720211004572617042
Binary10011010000111100000101001000010010111110110001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268782; }

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

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

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

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

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

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

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

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