#2F8778

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

Shades of Elm #2F8778

Tints of Elm #2F8778

Color information

#2F8778 (or 0x2F8778) is unknown color: approx Elm. HEX triplet: 2F, 87 and 78. RGB value is (47,135,120). Sum of RGB (Red+Green+Blue) = 47+135+120=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8778 is #D07887. Grayscale: #6A6A6A. Windows color (decimal): -13662344 or 7898927. OLE color: 7898927.

HSL color Cylindrical-coordinate representation of color #2F8778: hue angle of 169.77º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F8778 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB47135120-
CMYK0.6500.110.47
HSL169.77º48.35%35.69%-
HSV(B)169.77º65.19%52.94%-
XYZ13.2319.2920.8-
YUV106.98135.3585.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.56%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=15.56%
G=44.70%
B=39.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471351200.6500.110.47169.7748.3535.69
Hex2F8778410B2Faa3024
Octal57207170101013572526044
Binary10111110000111111100010000010101110111110101010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F8778; }

 p { color: rgb(47,135,120); }

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

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

 a { background-color: rgb(47,135,120); }

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

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

 span { border-color: rgb(47,135,120); }

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