#268881

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

Shades of Elm #268881

Tints of Elm #268881

Color information

#268881 (or 0x268881) is unknown color: approx Elm. HEX triplet: 26, 88 and 81. RGB value is (38,136,129). Sum of RGB (Red+Green+Blue) = 38+136+129=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #268881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268881 is #D9777E. Grayscale: #696969. Windows color (decimal): -14251903 or 8488998. OLE color: 8488998.

HSL color Cylindrical-coordinate representation of color #268881: hue angle of 175.71º 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 #268881 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB38136129-
CMYK0.7200.050.47
HSL175.71º56.32%34.12%-
HSV(B)175.71º72.06%53.33%-
XYZ13.5719.6123.84-
YUV105.9141.0379.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.54%
GREEN value IS 136 (53.52% from 255) = 44.88%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=12.54%
G=44.88%
B=42.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381361290.7200.050.47175.7156.3234.12
Hex26888148052Fb03822
Octal4621020111005572607042
Binary10011010001000100000011001000010110111110110000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268881; }

 p { color: rgb(38,136,129); }

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

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

 a { background-color: rgb(38,136,129); }

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

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

 span { border-color: rgb(38,136,129); }

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