#2D4830

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

Shades of Timber Green #2D4830

Tints of Timber Green #2D4830

Color information

#2D4830 (or 0x2D4830) is unknown color: approx Timber Green. HEX triplet: 2D, 48 and 30. RGB value is (45,72,48). Sum of RGB (Red+Green+Blue) = 45+72+48=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #2D4830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4830 is #D2B7CF. Grayscale: #3D3D3D. Windows color (decimal): -13809616 or 3164205. OLE color: 3164205.

HSL color Cylindrical-coordinate representation of color #2D4830: hue angle of 126.67º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D4830 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB457248-
CMYK0.3800.330.72
HSL126.67º23.08%22.94%-
HSV(B)126.67º37.5%28.24%-
XYZ3.935.413.63-
YUV61.19120.55116.45-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.27%
GREEN value IS 72 (28.52% from 255) = 43.64%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=27.27%
G=43.64%
B=29.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4572480.3800.330.72126.6723.0822.94
Hex2D483026021487f1717
Octal5511060460411101772727
Binary10110110010001100001001100100001100100011111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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