#2D3029

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

Shades of Marshland #2D3029

Tints of Marshland #2D3029

Color information

#2D3029 (or 0x2D3029) is unknown color: approx Marshland. HEX triplet: 2D, 30 and 29. RGB value is (45,48,41). Sum of RGB (Red+Green+Blue) = 45+48+41=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 48 - color contains mainly: green. Hex color #2D3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3029 is #D2CFD6. Grayscale: #2E2E2E. Windows color (decimal): -13815767 or 2699309. OLE color: 2699309.

HSL color Cylindrical-coordinate representation of color #2D3029: hue angle of 85.71º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2D3029 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB454841-
CMYK0.0600.150.81
HSL85.71º7.87%17.45%-
HSV(B)85.71º14.58%18.82%-
XYZ2.542.832.51-
YUV46.3125.01127.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.58%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=33.58%
G=35.82%
B=30.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4548410.0600.150.8185.717.8717.45
Hex2D302960F5156811
Octal55605160171211261021
Binary1011011100001010011100111110100011010110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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