Html Css Color HEX #2B4834 Timber Green

📋 copy color: '#2B4834'

red 43 ◦ green 72 ◦ blue 52

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

Shades of Timber Green #2B4834

Tints of Timber Green #2B4834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.11%

 BLUE value IS 52 (20.7% from 255) = 31.14%

R = 25.75%
G = 43.11%
B = 31.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#2B4834 (or 0x2B4834) is known color: Timber Green. HEX triplet: 2B, 48 and 34. RGB value is (43,72,52). Sum of RGB (Red+Green+Blue) = 43+72+52=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4834 is #D4B7CB. Grayscale: #3D3D3D. Windows color (decimal): -13940684 or 3426347. OLE color: 3426347.

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

Color convert

RGB 43 72 52 -
CMYK 0.40 0 0.28 0.72
HSL 138.62º 0.25% 0.23% -
HSV(B) 138.62º 0.4% 0.28% -
XYZ 3.93 5.4 4.08 -
YUV 61.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 43 72 52 0.40 0 0.28 0.72 138.62 0.25 0.23
Hex 2B 48 34 28 0 1C 48 8B 19 17
Octal 53 110 64 50 0 34 110 213 31 27
Binary 101011 1001000 110100 101000 0 11100 1001000 10001011 11001 10111

Color Harmonies of #2B4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4834

Black with #2B4834

Text Example


Text Example

White with #2B4834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,72,52); }

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

background-color css

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

 a { background-color: rgb(43,72,52); }

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

border-color css

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

 span { border-color: rgb(43,72,52); }

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