#2F8878

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

Shades of Elm #2F8878

Tints of Elm #2F8878

Color information

#2F8878 (or 0x2F8878) is unknown color: approx Elm. HEX triplet: 2F, 88 and 78. RGB value is (47,136,120). Sum of RGB (Red+Green+Blue) = 47+136+120=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8878 is #D07787. Grayscale: #6B6B6B. Windows color (decimal): -13662088 or 7899183. OLE color: 7899183.

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

Color convert

RGB47136120-
CMYK0.6500.120.47
HSL169.21º48.63%35.88%-
HSV(B)169.21º65.44%53.33%-
XYZ13.3719.5720.84-
YUV107.56135.0184.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.51%
GREEN value IS 136 (53.52% from 255) = 44.88%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=15.51%
G=44.88%
B=39.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471361200.6500.120.47169.2148.6335.88
Hex2F8878410C2Fa93124
Octal57210170101014572516144
Binary10111110001000111100010000010110010111110101001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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