#2D4334

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

Shades of Timber Green #2D4334

Tints of Timber Green #2D4334

Color information

#2D4334 (or 0x2D4334) is unknown color: approx Timber Green. HEX triplet: 2D, 43 and 34. RGB value is (45,67,52). Sum of RGB (Red+Green+Blue) = 45+67+52=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4334 is #D2BCCB. Grayscale: #3A3A3A. Windows color (decimal): -13810892 or 3425069. OLE color: 3425069.

HSL color Cylindrical-coordinate representation of color #2D4334: hue angle of 139.09º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D4334 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB456752-
CMYK0.3300.220.74
HSL139.09º19.64%21.96%-
HSV(B)139.09º32.84%26.27%-
XYZ3.714.823.98-
YUV58.71124.21118.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.44%
GREEN value IS 67 (26.56% from 255) = 40.85%
BLUE value IS 52 (20.70% from 255) = 31.71%
R=27.44%
G=40.85%
B=31.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4567520.3300.220.74139.0919.6421.96
Hex2D4334210164A8b1416
Octal5510364410261122132426
Binary10110110000111101001000010101101001010100010111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,67,52); }

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

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

 a { background-color: rgb(45,67,52); }

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

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

 span { border-color: rgb(45,67,52); }

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