#2B4830

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

Shades of Timber Green #2B4830

Tints of Timber Green #2B4830

Color information

#2B4830 (or 0x2B4830) is unknown color: approx Timber Green. HEX triplet: 2B, 48 and 30. RGB value is (43,72,48). Sum of RGB (Red+Green+Blue) = 43+72+48=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #2B4830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4830 is #D4B7CF. Grayscale: #3C3C3C. Windows color (decimal): -13940688 or 3164203. OLE color: 3164203.

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

Color convert

RGB437248-
CMYK0.4000.330.72
HSL130.34º25.22%22.55%-
HSV(B)130.34º40.28%28.24%-
XYZ3.855.363.63-
YUV60.59120.89115.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.38%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=26.38%
G=44.17%
B=29.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4372480.4000.330.72130.3425.2222.55
Hex2B48302802148821917
Octal5311060500411102023127
Binary101011100100011000010100001000011001000100000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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