#2F311B

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

Shades of Green Waterloo #2F311B

Tints of Green Waterloo #2F311B

Color information

#2F311B (or 0x2F311B) is unknown color: approx Green Waterloo. HEX triplet: 2F, 31 and 1B. RGB value is (47,49,27). Sum of RGB (Red+Green+Blue) = 47+49+27=123 (16% of max value = 765). Red value is 47 (18.75% from 255 or 38.21% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #2F311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F311B is #D0CEE4. Grayscale: #2D2D2D. Windows color (decimal): -13684453 or 1782063. OLE color: 1782063.

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

Color convert

RGB474927-
CMYK0.0400.450.81
HSL65.45º28.95%14.9%-
HSV(B)65.45º44.9%19.22%-
XYZ2.472.881.46-
YUV45.89117.34128.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 38.21%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=38.21%
G=39.84%
B=21.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4749270.0400.450.8165.4528.9514.9
Hex2F311B402D51411df
Octal57613340551211013517
Binary10111111000111011100010110110100011000001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,49,27); }

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

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

 a { background-color: rgb(47,49,27); }

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

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

 span { border-color: rgb(47,49,27); }

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