#2F8779

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

Shades of Elm #2F8779

Tints of Elm #2F8779

Color information

#2F8779 (or 0x2F8779) is unknown color: approx Elm. HEX triplet: 2F, 87 and 79. RGB value is (47,135,121). Sum of RGB (Red+Green+Blue) = 47+135+121=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8779 is #D07886. Grayscale: #6B6B6B. Windows color (decimal): -13662343 or 7964463. OLE color: 7964463.

HSL color Cylindrical-coordinate representation of color #2F8779: hue angle of 170.45º 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 #2F8779 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB47135121-
CMYK0.6500.100.47
HSL170.45º48.35%35.69%-
HSV(B)170.45º65.19%52.94%-
XYZ13.2919.3121.12-
YUV107.09135.8585.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.51%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=15.51%
G=44.55%
B=39.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471351210.6500.100.47170.4548.3535.69
Hex2F8779410A2Faa3024
Octal57207171101012572526044
Binary10111110000111111100110000010101010111110101010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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