#2C3025

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

Shades of Marshland #2C3025

Tints of Marshland #2C3025

Color information

#2C3025 (or 0x2C3025) is unknown color: approx Marshland. HEX triplet: 2C, 30 and 25. RGB value is (44,48,37). Sum of RGB (Red+Green+Blue) = 44+48+37=129 (17% of max value = 765). Red value is 44 (17.58% from 255 or 34.11% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 48 - color contains mainly: green. Hex color #2C3025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3025 is #D3CFDA. Grayscale: #2D2D2D. Windows color (decimal): -13881307 or 2437164. OLE color: 2437164.

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

Color convert

RGB444837-
CMYK0.0800.230.81
HSL81.82º12.94%16.67%-
HSV(B)81.82º22.92%18.82%-
XYZ2.432.782.16-
YUV45.55123.17126.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 34.11%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=34.11%
G=37.21%
B=28.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4448370.0800.230.8181.8212.9416.67
Hex2C302580175152d11
Octal546045100271211221521
Binary101100110000100101100001011110100011010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,48,37); }

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

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

 a { background-color: rgb(44,48,37); }

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

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

 span { border-color: rgb(44,48,37); }

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