Html Css Color HEX #2B4832 Timber Green

📋 copy color: '#2B4832'

red 43 ◦ green 72 ◦ blue 50

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

Shades of Timber Green #2B4832

Tints of Timber Green #2B4832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.3%

R = 26.06%
G = 43.64%
B = 30.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#2B4832 (or 0x2B4832) is known color: Timber Green. HEX triplet: 2B, 48 and 32. RGB value is (43,72,50). Sum of RGB (Red+Green+Blue) = 43+72+50=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4832 is #D4B7CD. Grayscale: #3C3C3C. Windows color (decimal): -13940686 or 3295275. OLE color: 3295275.

HSL color Cylindrical-coordinate representation of color #2B4832: hue angle of 134.48º 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 #2B4832 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 72 50 -
CMYK 0.40 0 0.31 0.72
HSL 134.48º 0.25% 0.23% -
HSV(B) 134.48º 0.4% 0.28% -
XYZ 3.89 5.38 3.85 -
YUV 60.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 43 72 50 0.40 0 0.31 0.72 134.48 0.25 0.23
Hex 2B 48 32 28 0 1F 48 86 19 17
Octal 53 110 62 50 0 37 110 206 31 27
Binary 101011 1001000 110010 101000 0 11111 1001000 10000110 11001 10111

Color Harmonies of #2B4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4832

Black with #2B4832

Text Example


Text Example

White with #2B4832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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