#2F887C

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

Shades of Elm #2F887C

Tints of Elm #2F887C

Color information

#2F887C (or 0x2F887C) is unknown color: approx Elm. HEX triplet: 2F, 88 and 7C. RGB value is (47,136,124). Sum of RGB (Red+Green+Blue) = 47+136+124=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #2F887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F887C is #D07783. Grayscale: #6B6B6B. Windows color (decimal): -13662084 or 8161327. OLE color: 8161327.

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

Color convert

RGB47136124-
CMYK0.6500.090.47
HSL171.91º48.63%35.88%-
HSV(B)171.91º65.44%53.33%-
XYZ13.6119.6722.15-
YUV108.02137.0184.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.31%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=15.31%
G=44.30%
B=40.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471361240.6500.090.47171.9148.6335.88
Hex2F887C41092Fac3124
Octal57210174101011572546144
Binary10111110001000111110010000010100110111110101100110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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