Html Css Color HEX #2D4231 Timber Green

📋 copy color: '#2D4231'

red 45 ◦ green 66 ◦ blue 49

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

Shades of Timber Green #2D4231

Tints of Timber Green #2D4231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.25%

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

R = 28.13%
G = 41.25%
B = 30.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#2D4231 (or 0x2D4231) is known color: Timber Green. HEX triplet: 2D, 42 and 31. RGB value is (45,66,49). Sum of RGB (Red+Green+Blue) = 45+66+49=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4231 is #D2BDCE. Grayscale: #393939. Windows color (decimal): -13811151 or 3228205. OLE color: 3228205.

HSL color Cylindrical-coordinate representation of color #2D4231: hue angle of 131.43º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2D4231 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 45 66 49 -
CMYK 0.32 0 0.26 0.74
HSL 131.43º 0.19% 0.22% -
HSV(B) 131.43º 0.32% 0.26% -
XYZ 3.58 4.68 3.62 -
YUV 57.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 45 66 49 0.32 0 0.26 0.74 131.43 0.19 0.22
Hex 2D 42 31 20 0 1A 4A 83 13 16
Octal 55 102 61 40 0 32 112 203 23 26
Binary 101101 1000010 110001 100000 0 11010 1001010 10000011 10011 10110

Color Harmonies of #2D4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4231

Black with #2D4231

Text Example


Text Example

White with #2D4231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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