#278982

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

Shades of Elm #278982

Tints of Elm #278982

Color information

#278982 (or 0x278982) is unknown color: approx Elm. HEX triplet: 27, 89 and 82. RGB value is (39,137,130). Sum of RGB (Red+Green+Blue) = 39+137+130=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #278982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278982 is #D8767D. Grayscale: #6A6A6A. Windows color (decimal): -14186110 or 8554791. OLE color: 8554791.

HSL color Cylindrical-coordinate representation of color #278982: hue angle of 175.71º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278982 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB39137130-
CMYK0.7200.050.46
HSL175.71º55.68%34.51%-
HSV(B)175.71º71.53%53.73%-
XYZ13.8119.9324.24-
YUV106.9141.0379.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.75%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 130 (51.17% from 255) = 42.48%
R=12.75%
G=44.77%
B=42.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391371300.7200.050.46175.7155.6834.51
Hex27898248052Eb03823
Octal4721120211005562607043
Binary10011110001001100000101001000010110111010110000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278982; }

 p { color: rgb(39,137,130); }

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

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

 a { background-color: rgb(39,137,130); }

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

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

 span { border-color: rgb(39,137,130); }

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