Html Css Color HEX #2F7E79 Elm

📋 copy color: '#2F7E79'

red 47 ◦ green 126 ◦ blue 121

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

Shades of Elm #2F7E79

Tints of Elm #2F7E79

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.86%

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

R = 15.99%
G = 42.86%
B = 41.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#2F7E79 (or 0x2F7E79) is known color: Elm. HEX triplet: 2F, 7E and 79. RGB value is (47,126,121). Sum of RGB (Red+Green+Blue) = 47+126+121=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 126 - color contains mainly: green. Hex color #2F7E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7E79 is #D08186. Grayscale: #656565. Windows color (decimal): -13664647 or 7962159. OLE color: 7962159.

HSL color Cylindrical-coordinate representation of color #2F7E79: hue angle of 176.2º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F7E79 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 47 126 121 -
CMYK 0.63 0 0.04 0.51
HSL 176.2º 0.46% 0.34% -
HSV(B) 176.2º 0.63% 0.49% -
XYZ 12.08 16.91 20.72 -
YUV 101.81 138.83 88.91 -
System Red Green Blue C M Y K H S L
Decimal 47 126 121 0.63 0 0.04 0.51 176.2 0.46 0.34
Hex 2F 7E 79 3F 0 4 33 B0 2E 22
Octal 57 176 171 77 0 4 63 260 56 42
Binary 101111 1111110 1111001 111111 0 100 110011 10110000 101110 100010

Color Harmonies of #2F7E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7E79

Black with #2F7E79

Text Example


Text Example

White with #2F7E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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