Html Css Color HEX #2B4732 Timber Green

📋 copy color: '#2B4732'

red 43 ◦ green 71 ◦ blue 50

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

Shades of Timber Green #2B4732

Tints of Timber Green #2B4732

RGB

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

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

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

R = 26.22%
G = 43.29%
B = 30.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#2B4732 (or 0x2B4732) is known color: Timber Green. HEX triplet: 2B, 47 and 32. RGB value is (43,71,50). Sum of RGB (Red+Green+Blue) = 43+71+50=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4732 is #D4B8CD. Grayscale: #3C3C3C. Windows color (decimal): -13940942 or 3295019. OLE color: 3295019.

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

Color convert

RGB 43 71 50 -
CMYK 0.39 0 0.30 0.72
HSL 135º 0.25% 0.22% -
HSV(B) 135º 0.39% 0.28% -
XYZ 3.83 5.25 3.83 -
YUV 60.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 43 71 50 0.39 0 0.30 0.72 135 0.25 0.22
Hex 2B 47 32 27 0 1E 48 87 19 16
Octal 53 107 62 47 0 36 110 207 31 26
Binary 101011 1000111 110010 100111 0 11110 1001000 10000111 11001 10110

Color Harmonies of #2B4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4732

Black with #2B4732

Text Example


Text Example

White with #2B4732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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