#2B3E2F

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

Shades of Timber Green #2B3E2F

Tints of Timber Green #2B3E2F

Color information

#2B3E2F (or 0x2B3E2F) is unknown color: approx Timber Green. HEX triplet: 2B, 3E and 2F. RGB value is (43,62,47). Sum of RGB (Red+Green+Blue) = 43+62+47=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #2B3E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3E2F is #D4C1D0. Grayscale: #363636. Windows color (decimal): -13943249 or 3096107. OLE color: 3096107.

HSL color Cylindrical-coordinate representation of color #2B3E2F: hue angle of 132.63º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2B3E2F is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.

Color convert

RGB436247-
CMYK0.3100.240.76
HSL132.63º18.1%20.59%-
HSV(B)132.63º30.65%24.31%-
XYZ3.234.163.32-
YUV54.61123.71119.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.29%
GREEN value IS 62 (24.61% from 255) = 40.79%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=28.29%
G=40.79%
B=30.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4362470.3100.240.76132.6318.120.59
Hex2B3E2F1F0184C851215
Octal537657370301142052225
Binary101011111110101111111110110001001100100001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,62,47); }

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

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

 a { background-color: rgb(43,62,47); }

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

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

 span { border-color: rgb(43,62,47); }

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