#2D3E2F

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

Shades of Timber Green #2D3E2F

Tints of Timber Green #2D3E2F

Color information

#2D3E2F (or 0x2D3E2F) is unknown color: approx Timber Green. HEX triplet: 2D, 3E and 2F. RGB value is (45,62,47). Sum of RGB (Red+Green+Blue) = 45+62+47=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 62 - color contains mainly: green. Hex color #2D3E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3E2F is #D2C1D0. Grayscale: #373737. Windows color (decimal): -13812177 or 3096109. OLE color: 3096109.

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

Color convert

RGB456247-
CMYK0.2700.240.76
HSL127.06º15.89%20.98%-
HSV(B)127.06º27.42%24.31%-
XYZ3.324.213.33-
YUV55.21123.37120.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.22%
GREEN value IS 62 (24.61% from 255) = 40.26%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=29.22%
G=40.26%
B=30.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4562470.2700.240.76127.0615.8920.98
Hex2D3E2F1B0184C7f1015
Octal557657330301141772025
Binary10110111111010111111011011000100110011111111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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