Html Css Color HEX #2B4031 Timber Green

📋 copy color: '#2B4031'

red 43 ◦ green 64 ◦ blue 49

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

Shades of Timber Green #2B4031

Tints of Timber Green #2B4031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.03%

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

R = 27.56%
G = 41.03%
B = 31.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#2B4031 (or 0x2B4031) is known color: Timber Green. HEX triplet: 2B, 40 and 31. RGB value is (43,64,49). Sum of RGB (Red+Green+Blue) = 43+64+49=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4031 is #D4BFCE. Grayscale: #383838. Windows color (decimal): -13942735 or 3227691. OLE color: 3227691.

HSL color Cylindrical-coordinate representation of color #2B4031: hue angle of 137.14º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B4031 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 43 64 49 -
CMYK 0.33 0 0.23 0.75
HSL 137.14º 0.2% 0.21% -
HSV(B) 137.14º 0.33% 0.25% -
XYZ 3.38 4.4 3.58 -
YUV 56.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 43 64 49 0.33 0 0.23 0.75 137.14 0.2 0.21
Hex 2B 40 31 21 0 17 4B 89 14 15
Octal 53 100 61 41 0 27 113 211 24 25
Binary 101011 1000000 110001 100001 0 10111 1001011 10001001 10100 10101

Color Harmonies of #2B4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4031

Black with #2B4031

Text Example


Text Example

White with #2B4031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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