Html Css Color HEX #2B4734 Timber Green

📋 copy color: '#2B4734'

red 43 ◦ green 71 ◦ blue 52

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

Shades of Timber Green #2B4734

Tints of Timber Green #2B4734

RGB

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

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

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

R = 25.9%
G = 42.77%
B = 31.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#2B4734 (or 0x2B4734) is known color: Timber Green. HEX triplet: 2B, 47 and 34. RGB value is (43,71,52). Sum of RGB (Red+Green+Blue) = 43+71+52=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4734 is #D4B8CB. Grayscale: #3C3C3C. Windows color (decimal): -13940940 or 3426091. OLE color: 3426091.

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

Color convert

RGB 43 71 52 -
CMYK 0.39 0 0.27 0.72
HSL 139.29º 0.25% 0.22% -
HSV(B) 139.29º 0.39% 0.28% -
XYZ 3.87 5.27 4.06 -
YUV 60.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 43 71 52 0.39 0 0.27 0.72 139.29 0.25 0.22
Hex 2B 47 34 27 0 1B 48 8B 19 16
Octal 53 107 64 47 0 33 110 213 31 26
Binary 101011 1000111 110100 100111 0 11011 1001000 10001011 11001 10110

Color Harmonies of #2B4734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4734

Black with #2B4734

Text Example


Text Example

White with #2B4734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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