Html Css Color HEX #2F716F Elm

📋 copy color: '#2F716F'

red 47 ◦ green 113 ◦ blue 111

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

Shades of Elm #2F716F

Tints of Elm #2F716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.7%

 BLUE value IS 111 (43.75% from 255) = 40.96%

R = 17.34%
G = 41.7%
B = 40.96%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#2F716F (or 0x2F716F) is known color: Elm. HEX triplet: 2F, 71 and 6F. RGB value is (47,113,111). Sum of RGB (Red+Green+Blue) = 47+113+111=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 113 - color contains mainly: green. Hex color #2F716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F716F is #D08E90. Grayscale: #5C5C5C. Windows color (decimal): -13667985 or 7303471. OLE color: 7303471.

HSL color Cylindrical-coordinate representation of color #2F716F: hue angle of 178.18º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F716F is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 113 111 -
CMYK 0.58 0 0.02 0.56
HSL 178.18º 0.41% 0.31% -
HSV(B) 178.18º 0.58% 0.44% -
XYZ 9.95 13.56 17.13 -
YUV 93.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 47 113 111 0.58 0 0.02 0.56 178.18 0.41 0.31
Hex 2F 71 6F 3A 0 2 38 B2 29 1F
Octal 57 161 157 72 0 2 70 262 51 37
Binary 101111 1110001 1101111 111010 0 10 111000 10110010 101001 11111

Color Harmonies of #2F716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F716F

Black with #2F716F

Text Example


Text Example

White with #2F716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,113,111); }

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

background-color css

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

 a { background-color: rgb(47,113,111); }

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

border-color css

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

 span { border-color: rgb(47,113,111); }

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