Html Css Color HEX #2F3E31 Timber Green

📋 copy color: '#2F3E31'

red 47 ◦ green 62 ◦ blue 49

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

Shades of Timber Green #2F3E31

Tints of Timber Green #2F3E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.24%

 BLUE value IS 49 (19.53% from 255) = 31.01%

R = 29.75%
G = 39.24%
B = 31.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#2F3E31 (or 0x2F3E31) is known color: Timber Green. HEX triplet: 2F, 3E and 31. RGB value is (47,62,49). Sum of RGB (Red+Green+Blue) = 47+62+49=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3E31 is #D0C1CE. Grayscale: #383838. Windows color (decimal): -13681103 or 3227183. OLE color: 3227183.

HSL color Cylindrical-coordinate representation of color #2F3E31: hue angle of 128º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2F3E31 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB 47 62 49 -
CMYK 0.24 0 0.21 0.76
HSL 128º 0.14% 0.21% -
HSV(B) 128º 0.24% 0.24% -
XYZ 3.45 4.27 3.55 -
YUV 56.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 47 62 49 0.24 0 0.21 0.76 128 0.14 0.21
Hex 2F 3E 31 18 0 15 4C 80 E 15
Octal 57 76 61 30 0 25 114 200 16 25
Binary 101111 111110 110001 11000 0 10101 1001100 10000000 1110 10101

Color Harmonies of #2F3E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3E31

Black with #2F3E31

Text Example


Text Example

White with #2F3E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,62,49); }

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

background-color css

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

 a { background-color: rgb(47,62,49); }

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

border-color css

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

 span { border-color: rgb(47,62,49); }

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