#2F3427

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

Shades of Marshland #2F3427

Tints of Marshland #2F3427

Color information

#2F3427 (or 0x2F3427) is unknown color: approx Marshland. HEX triplet: 2F, 34 and 27. RGB value is (47,52,39). Sum of RGB (Red+Green+Blue) = 47+52+39=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #2F3427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3427 is #D0CBD8. Grayscale: #313131. Windows color (decimal): -13683673 or 2569263. OLE color: 2569263.

HSL color Cylindrical-coordinate representation of color #2F3427: hue angle of 83.08º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2F3427 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.

Color convert

RGB475239-
CMYK0.1000.250.80
HSL83.08º14.29%17.84%-
HSV(B)83.08º25%20.39%-
XYZ2.773.212.39-
YUV49.02122.34126.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 34.06%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=34.06%
G=37.68%
B=28.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4752390.1000.250.8083.0814.2917.84
Hex2F3427A0195053e12
Octal576447120311201231622
Binary101111110100100111101001100110100001010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,52,39); }

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

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

 a { background-color: rgb(47,52,39); }

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

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

 span { border-color: rgb(47,52,39); }

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