Html Css Color HEX #2F8879 Elm

📋 copy color: '#2F8879'

red 47 ◦ green 136 ◦ blue 121

#2F8879
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #2F8879

Tints of Elm #2F8879

RGB

 RED value IS 47 (18.75% from 255) = 15.46%

 GREEN value IS 136 (53.52% from 255) = 44.74%

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 15.46%
G = 44.74%
B = 39.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#2F8879 (or 0x2F8879) is known color: Elm. HEX triplet: 2F, 88 and 79. RGB value is (47,136,121). Sum of RGB (Red+Green+Blue) = 47+136+121=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8879 is #D07786. Grayscale: #6B6B6B. Windows color (decimal): -13662087 or 7964719. OLE color: 7964719.

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

Color convert

RGB 47 136 121 -
CMYK 0.65 0 0.11 0.47
HSL 169.89º 0.49% 0.36% -
HSV(B) 169.89º 0.65% 0.53% -
XYZ 13.43 19.59 21.16 -
YUV 107.68 135.51 84.72 -
System Red Green Blue C M Y K H S L
Decimal 47 136 121 0.65 0 0.11 0.47 169.89 0.49 0.36
Hex 2F 88 79 41 0 B 2F AA 31 24
Octal 57 210 171 101 0 13 57 252 61 44
Binary 101111 10001000 1111001 1000001 0 1011 101111 10101010 110001 100100

Color Harmonies of #2F8879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8879

Black with #2F8879

Text Example


Text Example

White with #2F8879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F8879;
 }
 .AnyTagClassName
 {
   color: #2F8879;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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