#2F331C

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

Shades of Green Waterloo #2F331C

Tints of Green Waterloo #2F331C

Color information

#2F331C (or 0x2F331C) is unknown color: approx Green Waterloo. HEX triplet: 2F, 33 and 1C. RGB value is (47,51,28). Sum of RGB (Red+Green+Blue) = 47+51+28=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 51 - color contains mainly: green. Hex color #2F331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F331C is #D0CCE3. Grayscale: #2F2F2F. Windows color (decimal): -13683940 or 1848111. OLE color: 1848111.

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

Color convert

RGB475128-
CMYK0.0800.450.8
HSL70.43º29.11%15.49%-
HSV(B)70.43º45.1%20%-
XYZ2.573.061.55-
YUV47.18117.17127.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.30%
GREEN value IS 51 (20.31% from 255) = 40.48%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=37.30%
G=40.48%
B=22.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4751280.0800.450.870.4329.1115.49
Hex2F331C802D50461df
Octal576334100551201063517
Binary101111110011111001000010110110100001000110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,51,28); }

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

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

 a { background-color: rgb(47,51,28); }

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

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

 span { border-color: rgb(47,51,28); }

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