#2B4831

Color #2B4831 Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #2B4831

Tints of Timber Green #2B4831

Color information

#2B4831 (or 0x2B4831) is unknown color: approx Timber Green. HEX triplet: 2B, 48 and 31. RGB value is (43,72,49). Sum of RGB (Red+Green+Blue) = 43+72+49=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4831 is #D4B7CE. Grayscale: #3C3C3C. Windows color (decimal): -13940687 or 3229739. OLE color: 3229739.

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

Color convert

RGB437249-
CMYK0.4000.320.72
HSL132.41º25.22%22.55%-
HSV(B)132.41º40.28%28.24%-
XYZ3.875.373.74-
YUV60.71121.39115.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.22%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=26.22%
G=43.90%
B=29.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4372490.4000.320.72132.4125.2222.55
Hex2B48312802048841917
Octal5311061500401102043127
Binary101011100100011000110100001000001001000100001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B4831;
 }
 .AnyTagClassName
 {
   color: #2B4831;
 }
</style>
background-color css

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

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

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

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

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

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