Html Css Color HEX #2B4730 Timber Green

📋 copy color: '#2B4730'

red 43 ◦ green 71 ◦ blue 48

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

Shades of Timber Green #2B4730

Tints of Timber Green #2B4730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.63%

R = 26.54%
G = 43.83%
B = 29.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#2B4730 (or 0x2B4730) is known color: Timber Green. HEX triplet: 2B, 47 and 30. RGB value is (43,71,48). Sum of RGB (Red+Green+Blue) = 43+71+48=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4730 is #D4B8CF. Grayscale: #3C3C3C. Windows color (decimal): -13940944 or 3163947. OLE color: 3163947.

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

Color convert

RGB 43 71 48 -
CMYK 0.39 0 0.32 0.72
HSL 130.71º 0.25% 0.22% -
HSV(B) 130.71º 0.39% 0.28% -
XYZ 3.78 5.23 3.61 -
YUV 60.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 43 71 48 0.39 0 0.32 0.72 130.71 0.25 0.22
Hex 2B 47 30 27 0 20 48 83 19 16
Octal 53 107 60 47 0 40 110 203 31 26
Binary 101011 1000111 110000 100111 0 100000 1001000 10000011 11001 10110

Color Harmonies of #2B4730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4730

Black with #2B4730

Text Example


Text Example

White with #2B4730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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