Html Css Color HEX #2D3E31 Timber Green

📋 copy color: '#2D3E31'

red 45 ◦ green 62 ◦ blue 49

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

Shades of Timber Green #2D3E31

Tints of Timber Green #2D3E31

RGB

 RED value IS 45 (17.97% from 255) = 28.85%

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

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

R = 28.85%
G = 39.74%
B = 31.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#2D3E31 (or 0x2D3E31) is known color: Timber Green. HEX triplet: 2D, 3E and 31. RGB value is (45,62,49). Sum of RGB (Red+Green+Blue) = 45+62+49=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 62 - color contains mainly: green. Hex color #2D3E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3E31 is #D2C1CE. Grayscale: #373737. Windows color (decimal): -13812175 or 3227181. OLE color: 3227181.

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

Color convert

RGB 45 62 49 -
CMYK 0.27 0 0.21 0.76
HSL 134.12º 0.16% 0.21% -
HSV(B) 134.12º 0.27% 0.24% -
XYZ 3.36 4.22 3.54 -
YUV 55.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 45 62 49 0.27 0 0.21 0.76 134.12 0.16 0.21
Hex 2D 3E 31 1B 0 15 4C 86 10 15
Octal 55 76 61 33 0 25 114 206 20 25
Binary 101101 111110 110001 11011 0 10101 1001100 10000110 10000 10101

Color Harmonies of #2D3E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3E31

Black with #2D3E31

Text Example


Text Example

White with #2D3E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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