Html Css Color HEX #2B4332 Timber Green

📋 copy color: '#2B4332'

red 43 ◦ green 67 ◦ blue 50

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

Shades of Timber Green #2B4332

Tints of Timber Green #2B4332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.88%

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

R = 26.88%
G = 41.88%
B = 31.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#2B4332 (or 0x2B4332) is known color: Timber Green. HEX triplet: 2B, 43 and 32. RGB value is (43,67,50). Sum of RGB (Red+Green+Blue) = 43+67+50=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #2B4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4332 is #D4BCCD. Grayscale: #393939. Windows color (decimal): -13941966 or 3293995. OLE color: 3293995.

HSL color Cylindrical-coordinate representation of color #2B4332: hue angle of 137.5º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B4332 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB 43 67 50 -
CMYK 0.36 0 0.25 0.74
HSL 137.5º 0.22% 0.22% -
HSV(B) 137.5º 0.36% 0.26% -
XYZ 3.58 4.76 3.75 -
YUV 57.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 43 67 50 0.36 0 0.25 0.74 137.5 0.22 0.22
Hex 2B 43 32 24 0 19 4A 8A 16 16
Octal 53 103 62 44 0 31 112 212 26 26
Binary 101011 1000011 110010 100100 0 11001 1001010 10001010 10110 10110

Color Harmonies of #2B4332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4332

Black with #2B4332

Text Example


Text Example

White with #2B4332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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