Html Css Color HEX #2B472F Timber Green

📋 copy color: '#2B472F'

red 43 ◦ green 71 ◦ blue 47

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

Shades of Timber Green #2B472F

Tints of Timber Green #2B472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.1%

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

R = 26.71%
G = 44.1%
B = 29.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#2B472F (or 0x2B472F) is known color: Timber Green. HEX triplet: 2B, 47 and 2F. RGB value is (43,71,47). Sum of RGB (Red+Green+Blue) = 43+71+47=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #2B472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B472F is #D4B8D0. Grayscale: #3B3B3B. Windows color (decimal): -13940945 or 3098411. OLE color: 3098411.

HSL color Cylindrical-coordinate representation of color #2B472F: hue angle of 128.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B472F is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 71 47 -
CMYK 0.39 0 0.34 0.72
HSL 128.57º 0.25% 0.22% -
HSV(B) 128.57º 0.39% 0.28% -
XYZ 3.76 5.23 3.5 -
YUV 59.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 43 71 47 0.39 0 0.34 0.72 128.57 0.25 0.22
Hex 2B 47 2F 27 0 22 48 81 19 16
Octal 53 107 57 47 0 42 110 201 31 26
Binary 101011 1000111 101111 100111 0 100010 1001000 10000001 11001 10110

Color Harmonies of #2B472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B472F

Black with #2B472F

Text Example


Text Example

White with #2B472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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