#2F3525

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

Shades of Marshland #2F3525

Tints of Marshland #2F3525

Color information

#2F3525 (or 0x2F3525) is unknown color: approx Marshland. HEX triplet: 2F, 35 and 25. RGB value is (47,53,37). Sum of RGB (Red+Green+Blue) = 47+53+37=137 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.31% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #2F3525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3525 is #D0CADA. Grayscale: #313131. Windows color (decimal): -13683419 or 2438447. OLE color: 2438447.

HSL color Cylindrical-coordinate representation of color #2F3525: hue angle of 82.5º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2F3525 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB475337-
CMYK0.1100.300.79
HSL82.5º17.78%17.65%-
HSV(B)82.5º30.19%20.78%-
XYZ2.783.282.24-
YUV49.38121.01126.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.31%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=34.31%
G=38.69%
B=27.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4753370.1100.300.7982.517.7817.65
Hex2F3525B01E4F521212
Octal576545130361171222222
Binary1011111101011001011011011110100111110100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,53,37); }

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

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

 a { background-color: rgb(47,53,37); }

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

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

 span { border-color: rgb(47,53,37); }

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