Html Css Color HEX #2B442F Timber Green

📋 copy color: '#2B442F'

red 43 ◦ green 68 ◦ blue 47

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

Shades of Timber Green #2B442F

Tints of Timber Green #2B442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.04%

 BLUE value IS 47 (18.75% from 255) = 29.75%

R = 27.22%
G = 43.04%
B = 29.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#2B442F (or 0x2B442F) is known color: Timber Green. HEX triplet: 2B, 44 and 2F. RGB value is (43,68,47). Sum of RGB (Red+Green+Blue) = 43+68+47=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #2B442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B442F is #D4BBD0. Grayscale: #3A3A3A. Windows color (decimal): -13941713 or 3097643. OLE color: 3097643.

HSL color Cylindrical-coordinate representation of color #2B442F: hue angle of 129.6º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B442F is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 43 68 47 -
CMYK 0.37 0 0.31 0.73
HSL 129.6º 0.23% 0.22% -
HSV(B) 129.6º 0.37% 0.27% -
XYZ 3.58 4.85 3.44 -
YUV 58.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 43 68 47 0.37 0 0.31 0.73 129.6 0.23 0.22
Hex 2B 44 2F 25 0 1F 49 82 17 16
Octal 53 104 57 45 0 37 111 202 27 26
Binary 101011 1000100 101111 100101 0 11111 1001001 10000010 10111 10110

Color Harmonies of #2B442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B442F

Black with #2B442F

Text Example


Text Example

White with #2B442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,68,47); }

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

background-color css

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

 a { background-color: rgb(43,68,47); }

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

border-color css

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

 span { border-color: rgb(43,68,47); }

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