Html Css Color HEX #2B4D31 Timber Green

📋 copy color: '#2B4D31'

red 43 ◦ green 77 ◦ blue 49

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

Shades of Timber Green #2B4D31

Tints of Timber Green #2B4D31

RGB

 RED value IS 43 (17.19% from 255) = 25.44%

 GREEN value IS 77 (30.47% from 255) = 45.56%

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

R = 25.44%
G = 45.56%
B = 28.99%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.70

RGB Variations

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

Color information

#2B4D31 (or 0x2B4D31) is known color: Timber Green. HEX triplet: 2B, 4D and 31. RGB value is (43,77,49). Sum of RGB (Red+Green+Blue) = 43+77+49=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D31 is #D4B2CE. Grayscale: #3F3F3F. Windows color (decimal): -13939407 or 3231019. OLE color: 3231019.

HSL color Cylindrical-coordinate representation of color #2B4D31: hue angle of 130.59º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B4D31 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB 43 77 49 -
CMYK 0.44 0 0.36 0.70
HSL 130.59º 0.28% 0.24% -
HSV(B) 130.59º 0.44% 0.3% -
XYZ 4.2 6.04 3.85 -
YUV 63.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 43 77 49 0.44 0 0.36 0.70 130.59 0.28 0.24
Hex 2B 4D 31 2C 0 24 46 83 1C 18
Octal 53 115 61 54 0 44 106 203 34 30
Binary 101011 1001101 110001 101100 0 100100 1000110 10000011 11100 11000

Color Harmonies of #2B4D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4D31

Black with #2B4D31

Text Example


Text Example

White with #2B4D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,77,49); }

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

background-color css

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

 a { background-color: rgb(43,77,49); }

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

border-color css

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

 span { border-color: rgb(43,77,49); }

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