#277270

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

Shades of Elm #277270

Tints of Elm #277270

Color information

#277270 (or 0x277270) is unknown color: approx Elm. HEX triplet: 27, 72 and 70. RGB value is (39,114,112). Sum of RGB (Red+Green+Blue) = 39+114+112=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #277270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277270 is #D88D8F. Grayscale: #5B5B5B. Windows color (decimal): -14192016 or 7369255. OLE color: 7369255.

HSL color Cylindrical-coordinate representation of color #277270: hue angle of 178.4º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #277270 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB39114112-
CMYK0.6600.020.55
HSL178.4º49.02%30%-
HSV(B)178.4º65.79%44.71%-
XYZ9.7813.6417.45-
YUV91.35139.6590.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=14.72%
G=43.02%
B=42.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391141120.6600.020.55178.449.0230
Hex277270420237b2311e
Octal4716216010202672626136
Binary1001111110010111000010000100101101111011001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277270; }

 p { color: rgb(39,114,112); }

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

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

 a { background-color: rgb(39,114,112); }

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

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

 span { border-color: rgb(39,114,112); }

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