#2D4630

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

Shades of Timber Green #2D4630

Tints of Timber Green #2D4630

Color information

#2D4630 (or 0x2D4630) is unknown color: approx Timber Green. HEX triplet: 2D, 46 and 30. RGB value is (45,70,48). Sum of RGB (Red+Green+Blue) = 45+70+48=163 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.61% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #2D4630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4630 is #D2B9CF. Grayscale: #3C3C3C. Windows color (decimal): -13810128 or 3163693. OLE color: 3163693.

HSL color Cylindrical-coordinate representation of color #2D4630: hue angle of 127.2º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D4630 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB457048-
CMYK0.3600.310.73
HSL127.2º21.74%22.55%-
HSV(B)127.2º35.71%27.45%-
XYZ3.815.153.59-
YUV60.02121.22117.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.61%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=27.61%
G=42.94%
B=29.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4570480.3600.310.73127.221.7422.55
Hex2D46302401F497f1617
Octal5510660440371111772627
Binary1011011000110110000100100011111100100111111111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,70,48); }

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

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

 a { background-color: rgb(45,70,48); }

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

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

 span { border-color: rgb(45,70,48); }

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