Html Css Color HEX #2B4F31 Timber Green

📋 copy color: '#2B4F31'

red 43 ◦ green 79 ◦ blue 49

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

Shades of Timber Green #2B4F31

Tints of Timber Green #2B4F31

RGB

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

 GREEN value IS 79 (31.25% from 255) = 46.2%

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

R = 25.15%
G = 46.2%
B = 28.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#2B4F31 (or 0x2B4F31) is known color: Timber Green. HEX triplet: 2B, 4F and 31. RGB value is (43,79,49). Sum of RGB (Red+Green+Blue) = 43+79+49=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #2B4F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4F31 is #D4B0CE. Grayscale: #404040. Windows color (decimal): -13938895 or 3231531. OLE color: 3231531.

HSL color Cylindrical-coordinate representation of color #2B4F31: hue angle of 130º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B4F31 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 43 79 49 -
CMYK 0.46 0 0.38 0.69
HSL 130º 0.3% 0.24% -
HSV(B) 130º 0.46% 0.31% -
XYZ 4.35 6.33 3.9 -
YUV 64.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 43 79 49 0.46 0 0.38 0.69 130 0.3 0.24
Hex 2B 4F 31 2E 0 26 45 82 1E 18
Octal 53 117 61 56 0 46 105 202 36 30
Binary 101011 1001111 110001 101110 0 100110 1000101 10000010 11110 11000

Color Harmonies of #2B4F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4F31

Black with #2B4F31

Text Example


Text Example

White with #2B4F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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